Skip to main content
POST
/2025-01/retail-media/accounts/{account-id}/creatives

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

account-id
string
required

External account id to create a creative for

Body

application/json

The creative to create

Create model of a creative

name
string
required

The name of the creative

retailerId
integer<int32>
required

The retailer associated to the creative

templateId
integer<int32>
required

The creative template used for this creative

templateVariableValues
object[]
required

The template chosen values

brandId
integer<int64> | null

The brand associated to the creative

id
string | null

Response

201 - application/json

Creatives created

A top-level object that encapsulates a Criteo API response for a single entity.

data
object | null

A class that represents a domain entity exposed by an API.

errors
object[] | null
read-only
warnings
object[] | null
read-only