Creative Instance API V4

Overview

The Creative Instance API V4 allows users to manage creative instances. A creative instance is the entity in which an ad and a creative are linked within a placement.

Use the Creative Instance API V4 to:

  • Create a creative instance
  • Get a creative instance
  • List creative instances by ad unit node ID or creative ID
  • Activate or deactivate a creative instance
  • Update a creative instance
  • Delete a creative instance

📘

NOTE

The Creative Instance API V4 is JSON-only. XML is not supported.

Uniform Resource Identifiers (URI)

EnvironmentURI
Staginghttps://api.stg.freewheel.tv/services/v4/creative_instances
Productionhttps://api.freewheel.tv/services/v4/creative_instances

Attributes

NameTypeDescriptionCreatable?Updatable?Included in Basic GET?Required on Create?Notes
idFW_IDThe ID of the creative instanceNoNoYesN/A
ad_idFW_IDThe ID of the ad linked to the creative instanceNoNoYesYesEither ad_id or creative_id must be used with the list endpoint.
creative_idFW_IDThe ID of the creative linked to the creative instanceNoNoYesYesEither ad_id or creative_id must be used with the list endpoint.
placement_idFW_IDThe ID of the placement associated with the creative instanceNoNoYesN/A
tracking_nameStringThe name of the tracking metrics of the creative instanceYesYesNoNo
statusBooleanThe status of the creative instanceNoYesYesNoDefault is ACTIVE.

These values must be provided in ALL CAPITAL letters.