tiktok get report raw
tiktok_get_report_rawRun native TikTok BASIC or AUDIENCE reports with custom dimensions and metrics, providing direct access to current API fields even when they are missing from tiktok://metrics.
Instructions
Run a native TikTok BASIC or AUDIENCE synchronous report with caller-selected dimensions and metrics. AUDIENCE supports demographics such as age/gender at campaign/adgroup levels; tiktok_get_audience_report provides a guided path. Use when a current API field is not yet in tiktok://metrics; unlike tiktok_get_insights, this tool does not calculate aliases or auto-split incompatible selections.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number to request, starting at 1. | |
| endDate | No | Last date of the reporting period, in YYYY-MM-DD format, on or after startDate. | |
| metrics | Yes | Native or documented calculated metric names to request. Check compatibility with the selected dimensions. | |
| pageSize | No | Maximum items requested per page. Follow the returned pagination information for remaining results. | |
| dataLevel | Yes | TikTok reporting aggregation level. Metrics and dimensions must be compatible with this level. | |
| filtering | No | Native provider filter expressions; credentials and account overrides are not allowed. | |
| orderType | No | Sort direction for the selected ordering field. | |
| startDate | No | First date of the reporting period, in YYYY-MM-DD format. | |
| dimensions | Yes | Native reporting dimensions. Validate compatibility with the selected metrics. | |
| orderField | No | Provider field used to order report rows. | |
| reportType | No | Native provider report type; determines supported metrics and dimensions. | BASIC |
| serviceType | No | TikTok report service category. | AUCTION |
| advertiserId | Yes | TikTok advertiser account ID as a string. | |
| queryLifetime | No | Request lifetime reporting instead of the explicit reporting period where TikTok supports it. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |