Page Summary
-
A CreativeAsset resource contains details specific to each seller about a creative asset to be shown on a screen.
-
The CreativeAsset resource includes fields such as
name,externalId,suspended,creativeId, andexpiringUrl. -
The
expiringUrlfield within a CreativeAsset provides a temporary URL and its expiration time for downloading the creative asset. -
The methods available for creative assets include
get(retrieve individual),list(list all), andpatch(update).
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 ( |
| Fields | |
|---|---|
name |
Output only. The resource name of the creative asset in the format: |
externalId |
Optional. Seller managed ID presumably in their own system. Once set unlikely to change. |
suspended |
Whether the creative is suspended by the buyer or by the system. |
creativeId |
DV360 creative ID. |
expiringUrl |
Output only. The URL used to download the creative asset before expireTime. |
ExpiringUrl
| JSON representation |
|---|
{ "url": string, "expireTime": string } |
| Fields | |
|---|---|
url |
The URL of the creative asset that is valid before expireTime. |
expireTime |
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: |
Methods |
|
|---|---|
|
Retrieves an individual creative asset. |
|
Lists creative assets. |
|
Updates an existing creative asset. |