Create Advertisers

Why Create Advertisers?

When you are setting up a campaign with flights, it is important to also create advertisers for the creatives that will be part of the campaign. Examples of advertisers may be Nike, GM, Ford, etc., and by creating advertisers that are attached to creatives, it makes it easier for you to make changes to campaigns and flights by enabling you to search by advertiser instead of creative or flight. This API endpoint enables you to create a new advertiser.

For more information on how to create an advertiser, please refer to the Creating an Advertiser technical documentation.

📘

Note

When creating an Advertiser, always set IsDeleted = False and IsActive = True

API Syntax

When using the Create Advertisers API endpoint, 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:

POST https://api.kevel.co/v1/advertiser\

Where:

  • POST - the type of API request being made.
  • <https://api.kevel.co> - the URL for the request.
  • v1 - the API version.
  • advertisers - the API endpoint being called.
Language
Authorization
Header