List Creatives For Advertiser

This returns properties of all the creatives for a given advertiser based on the advertiser id.

Why Do I Want To Retrieve a List of Creatives for an Advertiser?

When you want to review the creatives associated with an advertiser, the Kevel API enables you to retrieve an array (list) of all creatives that are tied to a single advertiser. This can be helpful when you want to update the creatives that are associated with an advertiser, or just review which creatives are already tied to an advertiser.

When you make this API call, you will see the properties of all the creatives for a given advertiser based on the advertiser id.

API Syntax

When using the List Creatives for Advertiser API, it is important to understand the syntax required to make the request. Because the Kevel API is a RESTful API, there is a specific request format that must be followed to ensure the endpoint can process the request. The format is:

GET https://api.kevel.co/v1/advertiser/{AdvertiserID}/creatives

Where:

  • GET - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • advertiser - the API endpoint being called.
  • AdvertiserID - the ID associated with the advertiser.
  • creatives - the creatives associated with the advertiser.
Language
Authorization
Header