v1
latestOpenAPI 3.1.02026-07-24590188.7 KBreporting/scheduled/create
post/v2/api/reporting/scheduled/create
Request body
Response
200
Example response
{
"id": "<adsId>",
"advertiser_id": "<adsId>",
"name": "<string>",
"schedule": "<string>",
"timezone": "<string>",
"recipient_emails": [
"<string>"
],
"dimension_granularity": [
"<string>"
],
"time_granularity": [
"<string>"
],
"metrics": [
"<string>"
],
"campaign_ids": [
"<adsId>"
],
"adgroup_ids": [
"<adsId>"
],
"ad_ids": [
"<adsId>"
],
"is_archived": "<bool>"
}