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"], "entity_ids"=>["24189894819", "3921636311"], "updated_since"=>"6818322857", "campaign_filter"=>{"start_time"=>"2", "end_time"=>"7054983", "name"=>"<string>", "campaign_status"=>["ARCHIVED", "ARCHIVED"], "objective_type"=>["WEB_CONVERSION", "CONSIDERATION"]}, "output_format"=>"JSON"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;}