Good afternoon, someone who confirms how I can make a report with date ranges. I have not been able to know where to put the dates to tell the report to print from a start date to an end date.
{
"kind": "doubleclickbidmanager#query",
"queryId": 0,
"metadata": {
"title": "Diario acumulado",
"dataRange": "CUSTOM_DATES",
"locale": "es"
},
"params": {
"type": "TYPE_REACH_AND_FREQUENCY",
"metrics": [
"METRIC_UNIQUE_REACH_TOTAL_REACH",
"METRIC_UNIQUE_REACH_AVERAGE_IMPRESSION_FREQUENCY"
],
"groupBys": [
"FILTER_ADVERTISER_NAME",
"FILTER_INSERTION_ORDER_NAME",
"FILTER_LINE_ITEM",
"FILTER_COUNTRY"
],
"filters": [
{
"type": "FILTER_ADVERTISER",
"value": "id"
},
{
"type": "FILTER_ADVERTISER",
"value": "id"
}
]
},
"schedule": {
"nextRunTimezoneCode": "America/Colombia",
"frequency": "ONE_TIME"
}
}