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"], "entity_ids"=>["7327", "7860"], "updated_since"=>"34834637463", "campaign_filter"=>{"start_time"=>"1181873871", "end_time"=>"30274136369", "name"=>"<string>", "campaign_status"=>["PAUSED", "NOT_STARTED"], "objective_type"=>["VIDEO_VIEW", "CONSIDERATION"]}, "output_format"=>"JSON"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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