bulk
Get advertiser entities in bulk
Create an asynchronous report that may include information on campaigns, ad groups, product groups, ads, keywords, schedules,and/or labels; can filter by campaigns. Though the entities may be active, archived, or paused, only active entities will return data.
post/ad_accounts/{ad_account_id}/bulk/download
Path parameters
ad_account_idstring required
Unique identifier of an ad account.
Request body
Example request
{
"campaign_filter": {
"end_time": "1622848072",
"name": "campaign name",
"start_time": "1622848072"
},
"entity_types": [
"CAMPAIGN",
"AD_GROUP"
],
"updated_since": "1622848072"
}Response
The request has succeeded.
Example response
{
"request_id": "2680059592705"
}