Get advertiser entities in bulk
POST {{baseUrl}}/ad_accounts/:ad_account_id/bulk/download
Create an asynchronous report that may include information on campaigns, ad groups, product groups, ads, and/or keywords; can filter by campaigns. Though the entities may be active, archived, or paused, only active entities will return data.
Request Body
{"entity_types"=>["AD_GROUP"], "entity_ids"=>["837", "70186"], "updated_since"=>"0660", "campaign_filter"=>{"start_time"=>"4716892155", "end_time"=>"486229", "name"=>"<string>", "campaign_status"=>["ARCHIVED", "ARCHIVED"], "objective_type"=>["WEB_CONVERSION", "AWARENESS"]}, "output_format"=>"JSON"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"\u003cstring\u003e"}