What problem does it solve? Managing X Ads (Twitter Ads) accounts requires careful interpretation of platform-specific data structures and safe handling of spend-affecting changes, where mistakes like misreading micro-currency fields or launching unreviewed campaigns waste budget. ## Core Features & Use Cases - Live Account Audits: Verify the connected X Ads account, then pull campaigns, line items, funding, and performance data in one broad read to diagnose spend, conversions, and targeting. - Correct Data Interpretation: Handles X Ads specifics like *_local_micro currency fields, account-to-promoted-post hierarchy, and the distinction between optimization configuration and attributed conversions. - Approval-Gated Mutations: Previews budget, bid, targeting, and creative changes with dry-run support, creates new entities paused, and confirms results with before/after evidence. - Use Case: Ask why a line item shows primary_web_event_tag=null while stats report 18 sign-ups, and receive an audit that separates measured conversions from optimization configuration without assuming tracking is broken. ## Quick Start Use paid-ads-x to audit my connected X Ads account for the last 30 days and tell me which campaign is driving the most conversions.