Use Cases-Account structure-Creative Management

Number of APIs: 7

  1. Fetch multiple Creatives using BATCH GET {{baseUrl}}adAccounts/{{adAccountsId}}/creatives?ids=List({{creative_Id1}})

  2. Search Creative using Criteria GET {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives?q=search&search.campaign.values[0]=urn:li:sponsoredCampaign:{{campaign_id1}}

  3. Update Creative Using Creative Id POST {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}

  4. Delete Creative Using Creative Id DELETE {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}

  5. Delete multiple Creatives using BATCH DELETE {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives?ids=List({{creative_Id1}})

  6. Create multiple Creatives using BATCH POST {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives

  7. Fetch a Creative using Creative ID GET {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}