Creative statistics
creative_statsRetrieve per-creative stats for specific creatives in a campaign: daily and total views, clicks, CTR, spend, CPM, CPC, video quartiles, and VTR. Requires campaign ID, date range (max 100 days), and creative IDs.
Instructions
Per-creative statistics for the creatives you name in one campaign: a flat array with one entry per creative ({id, name, groupId, paymentModel, campaignType, data[] per day, totalData for the period}). Same metrics as campaign_stats — views (impressions), clicks, ctr, spend, spendBonus, cpm, cpc, video quartiles, vtr — with money in rubles. creativeIds is required: this tool narrows, it does not enumerate. The period is inclusive, YYYY-MM-DD, and must span at most 100 days. Returns no campaign-level totals; for every creative of a campaign call campaign_stats, which carries the same breakdown. Costs weekly API points; the reply's apiPointBalance is what is left until the quota refills Monday 00:00 UTC, so prefer one wide period over many narrow calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dateTo | Yes | Last day of the period, inclusive (YYYY-MM-DD). Must be >= dateFrom, and the period must not exceed 100 days. | |
| dateFrom | Yes | First day of the period, inclusive (YYYY-MM-DD). | |
| campaignId | Yes | Campaign whose creatives are reported. Find ids with list_campaigns. | |
| creativeIds | Yes | Creative ids to report on, e.g. [9001]. Required; get them from list_creatives, or use campaign_stats for the whole campaign. |