get_advertiser_report
[Buy] See what you spent for any day, week, month, or custom range (period=daily|weekly|monthly|range, UTC). Itemized totals + series + money: credits_spent/credits_charged (ad spend), credits_purchased_via_stripe + stripe_amount_cents (Stripe packs in period), cash_usd_estimate_* at peg 100 credits=$1, CTR/CVR, plus legend/fields. credits_earned is always 0 on buy side. Analytics warehouse (~15m lag). For one-campaign postbacks use get_attribution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | YYYY-MM-DD inclusive -- range mode | |
| date | No | YYYY-MM-DD -- daily mode (default yesterday UTC) | |
| month | No | YYYY-MM -- monthly mode (default current month to date) | |
| start | No | YYYY-MM-DD inclusive -- range mode | |
| period | Yes | Reporting window mode | |
| week_start | No | YYYY-MM-DD Monday -- weekly mode (default current ISO week to date) | |
| campaign_id | No | Optional campaign filter (your campaigns only). | |
| placement_id | No | Optional placement filter. |