Use Cases-Account structure-Creative Management
Number of APIs: 7
-
Fetch multiple Creatives using BATCH GET {{baseUrl}}adAccounts/{{adAccountsId}}/creatives?ids=List({{creative_Id1}})
-
Search Creative using Criteria GET {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives?q=search&search.campaign.values[0]=urn:li:sponsoredCampaign:{{campaign_id1}}
-
Update Creative Using Creative Id POST {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}
-
Delete Creative Using Creative Id DELETE {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}
-
Delete multiple Creatives using BATCH DELETE {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives?ids=List({{creative_Id1}})
-
Create multiple Creatives using BATCH POST {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives
-
Fetch a Creative using Creative ID GET {{baseUrl}}/adAccounts/{{adAccountsId}}/creatives/{{creative_Id1}}