REST Resource: creativeAssets

Resource: CreativeAsset

Details (specific to each seller) about a creative asset that will be shown on a screen.

JSON representation
{
  "name": string,
  "externalId": string,
  "suspended": boolean,
  "creativeId": string,
  "expiringUrl": {
    object (ExpiringUrl)
  }
}
Fields
name

string

Output only. The resource name of the creative asset in the format: creativeAssets/{id}.

externalId

string

Optional. Seller managed ID presumably in their own system. Once set unlikely to change.

suspended

boolean

Whether the creative is suspended by the buyer or by the system.

creativeId

string (int64 format)

DV360 creative ID.

expiringUrl

object (ExpiringUrl)

Output only. The URL used to download the creative asset before expireTime.

ExpiringUrl

JSON representation
{
  "url": string,
  "expireTime": string
}
Fields
url

string

The URL of the creative asset that is valid before expireTime.

expireTime

string (Timestamp format)

The expiration time after which the URL is no longer valid.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

get

Retrieves an individual creative asset.

list

Lists creative assets.

patch

Updates an existing creative asset.