Create Report
vibe.reports.createCreate an asynchronous advertising report for a Vibe advertiser by specifying date range, metrics, and optional dimensions. Returns a report ID to monitor completion.
Instructions
Create an async report for a Vibe advertiser. Returns a report_id to check status with vibe.reports.status. Rate limited to 15 requests per hour.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| advertiser_id | Yes | The advertiser ID | |
| start_date | Yes | Report start date (YYYY-MM-DD) | |
| end_date | Yes | Report end date (YYYY-MM-DD) | |
| metrics | Yes | Metrics to include in the report | |
| dimensions | No | Dimensions to group by | |
| timezone | No | Timezone for the report | |
| granularity | No | Time granularity | |
| attribution_window | No | Attribution window | |
| event_time_selection | No | Event time selection mode | |
| filters | No | Filters to apply | |
| format | No | Report output format |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||