application/json object
Example: {"start_date":"2016-01-01","end_date":"2016-01-31","metrics":["impressions","clicks"],"use_campaign_currency":true,"use_campaign_time_zone":true,"dimensions":["campaign_name","sub_network_name"],"filters":{"campaign_name":{"in":1234},"ad_size":{"contains":320},"sub_network_name":{"not_in":8720}}}
end_date required string
end_date to retrieve data, must be in YYYY-MM-DD format.
filters object
Filter results by dimensions using the operators: in, contains, not_in. Each filter will be an object with the dimension name as the key with another object nested with the operator as the key and the filter value as the value. 'In' will perform an exact match search for that dimension. 'contains' will perform a case insensitive search for that dimension. 'not_in' will perform a exact not matching search for that dimension.
start_date required string
start_date to retrieve data, must be in YYYY-MM-DD format.
use_campaign_currency required boolean
Retrieve monetary metrics in (each) Campaign's currency
use_campaign_time_zone required boolean
Retrieve metrics in (each) Campaign's time zone
Try It!
to start a request and see the response here!