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"=>["CAMPAIGN", "AD_GROUP"], "entity_ids"=>["11668", "64424"], "updated_since"=>"1622848072", "campaign_filter"=>{"start_time"=>"1622848072", "end_time"=>"1622848072", "name"=>"campaign name", "campaign_status"=>["RUNNING", "RUNNING"], "objective_type"=>["WEB_CONVERSION", "WEB_CONVERSION"]}, "output_format"=>"CSV"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"request_id":"2680059592705"}