Update Creative

Why should I update a creative?

Occasionally, you may wish to update an existing creative with new parameters when an Ad may need to be updated. The Update Creative API call enables you to update the creative using the Creative ID; however, the id may not be changed.

❗️

Warning

When updating a creative, you MUST use the AdvertiserId of the creative when it was created. Creatives cannot change advertisers in Kevel.

API Syntax

To update an existing creative, you need to understand the syntax for the Update Creative API call. 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:

PUT https://api.kevel.co/v1/creative/CreativeID

Where:

  • PUT - the type of API request being made.
  • https://api.kevel.co - the URL for the request.
  • v1 - the API version.
  • creative - the API endpoint being called.
  • CreativeID - The ID for the creative.

Path Params
int32
required

The ID of the Creative

Body Params
int32
required

The ID of the Creative

int32
required

The ID of the advertiser

string
required

The name of the creative

boolean
required
Defaults to false

Whether it's active or not. Defaults to null

int32
required

The ad size's ID

string
required

This is the body text associated with AdType 1 (in UI it's called "Text"). If you are NOT using AdType1, pass an empty string: "".

boolean

If want to delete, set to true

Response

Language
Credentials
Header
LoadingLoading…
Response
Choose an example:
application/json