Basics
To take advantage of the AdUp API, you need an account. Find it in your advertiser account under 'Profile' or read the support article Access API in more detail. For setting up the queries, we've put together everything you need to know in the Basics article.
The Ad Performance Report contains account-level statistics (one row per account). If other Segement fields are used, you will get more than one row per account.
Example
For example, if you want to get the Ad Performance Report on a monthly basis per ad, you use the Month segment, the AdName attribute, and the Clicks metric.
{
}, "report_name": "test_report",
"report_type": "AD_PERFORMANCE_REPORT",
"select": [
}, "month",
}, "adName",
"Clicks"
],
"conditions": [
{
}, "field": "clicks",
"operator": "GREATER_THAN",
"values": [
"0"
]
}
],
"download_format": "JSON",
"date_range_type": "LAST_MONTH"
}