custom_reports_create
Create an Impression Share (Share of Voice) report asynchronously. Submit campaign parameters and receive a reportId to poll for completion.
Instructions
Create an Impression Share (Share of Voice) report — async. Returns a reportId you poll with custom_reports_get until state=COMPLETED.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| startTime | Yes | YYYY-MM-DD. | |
| endTime | Yes | YYYY-MM-DD. | |
| granularity | No | ||
| dateRange | No | Required when granularity=WEEKLY in some configurations. | |
| selector | No | ||
| orgId | No | Override the org (account) for this call. Defaults to ASA_ORG_ID. Use the `org_acls` tool to discover orgIds. |