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. |