---
title: "PATCH /v4/advertisers/{+advertiserId}/creatives/{+creativeId}"
method: PATCH
path: "/v4/advertisers/{+advertiserId}/creatives/{+creativeId}"
tags: ["advertisers"]
---

# PATCH /v4/advertisers/{+advertiserId}/creatives/{+creativeId}

`PATCH /v4/advertisers/{+advertiserId}/creatives/{+creativeId}`

Updates an existing creative. Returns the updated creative if successful. A ["Standard" user role](//support.google.com/displayvideo/answer/2723011) or greater for the parent advertiser or partner is required to make this request.

## Path parameters

- `advertiserId` string, required
- `creativeId` string, required

## Query parameters

- `updateMask` string

## Request body

- Creative — A single Creative.
  - `counterEvents` CounterEvent[] — Optional. Counter events for a rich media creative. Counters track the number of times that a user interacts with any part of a rich media creative in a specified way (mouse-overs, mouse-outs, clicks, taps, data loading, keyboard entries, etc.). Any event that can be captured in the creative can be recorded as a counter. Leave it empty or unset for creatives containing image assets only.
    - `name` string — Required. The name of the counter event.
    - `reportingName` string — Required. The name used to identify this counter event in reports.
  - `transcodes` Transcode[] — Output only. Audio/Video transcodes. Display & Video 360 transcodes the main asset into a number of alternative versions that use different file formats or have different properties (resolution, audio bit rate, and video bit rate), each designed for specific video players or bandwidths. These transcodes give a publisher's system more options to choose from for each impression on your video and ensures that the appropriate file serves based on the viewer’s connection and screen size. This field is only supported in the following creative_type: * `CREATIVE_TYPE_VIDEO` * `CREATIVE_TYPE_NATIVE_VIDEO` * `CREATIVE_TYPE_AUDIO`
    - `mimeType` string — Optional. The MIME type of the transcoded file.
    - `audioSampleRateHz` string, int64 — Optional. The sample rate for the audio stream of the transcoded video, or the sample rate for the transcoded audio, in hertz.
    - `bitRateKbps` string, int64 — Optional. The transcoding bit rate of the transcoded video, in kilobits per second.
    - `audioBitRateKbps` string, int64 — Optional. The bit rate for the audio stream of the transcoded video, or the bit rate for the transcoded audio, in kilobits per second.
    - `transcoded` boolean — Optional. Indicates if the transcoding was successful.
    - `dimensions` Dimensions — Dimensions.
      - `widthPixels` integer — The width in pixels.
      - `heightPixels` integer — The height in pixels.
    - `name` string — Optional. The name of the transcoded file.
    - `frameRate` number, float — Optional. The frame rate of the transcoded video, in frames per second.
    - `fileSizeBytes` string, int64 — Optional. The size of the transcoded file, in bytes.
  - `updateTime` string, google-datetime — Output only. The timestamp when the creative was last updated, either by the user or system (e.g. creative review). Assigned by the system.
  - `iasCampaignMonitoring` boolean — Optional. Indicates whether Integral Ad Science (IAS) campaign monitoring is enabled. To enable this for the creative, make sure the Advertiser.creative_config.ias_client_id has been set to your IAS client ID.
  - `cmTrackingAd` CmTrackingAd — A Campaign Manager 360 tracking ad.
    - `cmAdId` string, int64 — Optional. The ad ID of the campaign manager 360 tracking Ad.
    - `cmPlacementId` string, int64 — Optional. The placement ID of the campaign manager 360 tracking Ad.
    - `cmCreativeId` string, int64 — Optional. The creative ID of the campaign manager 360 tracking Ad.
  - `requireMraid` boolean — Optional. Indicates that the creative requires MRAID (Mobile Rich Media Ad Interface Definitions system). Set this if the creative relies on mobile gestures for interactivity, such as swiping or tapping. Optional and only valid for third-party tag creatives. Third-party tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE`
  - `dimensions` Dimensions — Dimensions.
    - `widthPixels` integer — The width in pixels.
    - `heightPixels` integer — The height in pixels.
  - `name` string — Output only. The resource name of the creative.
  - `mediaDuration` string, google-duration — Output only. Media duration of the creative. Applicable when creative_type is one of: * `CREATIVE_TYPE_VIDEO` * `CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_NATIVE_VIDEO` * `CREATIVE_TYPE_PUBLISHER_HOSTED`
  - `requireHtml5` boolean — Optional. Indicates that the creative relies on HTML5 to render properly. Optional and only valid for third-party tag creatives. Third-party tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE`
  - `lineItemIds` string[] — Output only. The IDs of the line items this creative is associated with. To associate a creative to a line item, use LineItem.creative_ids instead.
  - `vastTagUrl` string — Optional. The URL of the VAST tag for a third-party VAST tag creative. Required and only valid for third-party VAST tag creatives. Third-party VAST tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO`
  - `thirdPartyUrls` ThirdPartyUrl[] — Optional. Tracking URLs from third parties to track interactions with a video creative. This field is only supported for the following creative_type: * `CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO` * `CREATIVE_TYPE_NATIVE_VIDEO`
    - `type` 'THIRD_PARTY_URL_TYPE_UNSPECIFIED' | 'THIRD_PARTY_URL_TYPE_IMPRESSION' | 'THIRD_PARTY_URL_TYPE_CLICK_TRACKING' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_START' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_FIRST_QUARTILE' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_MIDPOINT' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_THIRD_QUARTILE' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_COMPLETE' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_MUTE' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_PAUSE' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_REWIND' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_FULLSCREEN' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_STOP' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_CUSTOM' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_SKIP' | 'THIRD_PARTY_URL_TYPE_AUDIO_VIDEO_PROGRESS' — Optional. The type of interaction needs to be tracked by the tracking URL
    - `url` string — Optional. Tracking URL used to track the interaction. Provide a URL with optional path or query string, beginning with `https:`. For example, `https://www.example.com/path`
  - `createTime` string, google-datetime — Output only. The timestamp when the creative was created. Assigned by the system.
  - `skipOffset` AudioVideoOffset — The length an audio or a video has been played.
    - `percentage` string, int64 — Optional. The offset in percentage of the audio or video duration.
    - `seconds` string, int64 — Optional. The offset in seconds from the start of the audio or video.
  - `vpaid` boolean — Output only. Indicates the third-party VAST tag creative requires VPAID (Digital Video Player-Ad Interface). Output only and only valid for third-party VAST tag creatives. Third-party VAST tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_VIDEO`
  - `creativeType` 'CREATIVE_TYPE_UNSPECIFIED' | 'CREATIVE_TYPE_STANDARD' | 'CREATIVE_TYPE_EXPANDABLE' | 'CREATIVE_TYPE_VIDEO' | 'CREATIVE_TYPE_NATIVE' | 'CREATIVE_TYPE_TEMPLATED_APP_INSTALL' | 'CREATIVE_TYPE_NATIVE_SITE_SQUARE' | 'CREATIVE_TYPE_TEMPLATED_APP_INSTALL_INTERSTITIAL' | 'CREATIVE_TYPE_LIGHTBOX' | 'CREATIVE_TYPE_NATIVE_APP_INSTALL' | 'CREATIVE_TYPE_NATIVE_APP_INSTALL_SQUARE' | 'CREATIVE_TYPE_AUDIO' | 'CREATIVE_TYPE_PUBLISHER_HOSTED' | 'CREATIVE_TYPE_NATIVE_VIDEO' | 'CREATIVE_TYPE_TEMPLATED_APP_INSTALL_VIDEO' | 'CREATIVE_TYPE_ASSET_BASED_CREATIVE' — Required. Immutable. The type of the creative.
  - `hostingSource` 'HOSTING_SOURCE_UNSPECIFIED' | 'HOSTING_SOURCE_CM' | 'HOSTING_SOURCE_THIRD_PARTY' | 'HOSTING_SOURCE_HOSTED' | 'HOSTING_SOURCE_RICH_MEDIA' — Required. Indicates where the creative is hosted.
  - `obaIcon` ObaIcon — OBA Icon for a Creative
    - `resourceMimeType` string — Optional. The MIME type of the OBA icon resource.
    - `viewTrackingUrl` string — Required. The view tracking URL of the OBA icon. Only URLs of the following domains are allowed: * `https://info.evidon.com` * `https://l.betrad.com`
    - `position` 'OBA_ICON_POSITION_UNSPECIFIED' | 'OBA_ICON_POSITION_UPPER_RIGHT' | 'OBA_ICON_POSITION_UPPER_LEFT' | 'OBA_ICON_POSITION_LOWER_RIGHT' | 'OBA_ICON_POSITION_LOWER_LEFT' — Optional. The position of the OBA icon on the creative.
    - `landingPageUrl` string — Required. The landing page URL of the OBA icon. Only URLs of the following domains are allowed: * `https://info.evidon.com` * `https://l.betrad.com`
    - `program` string — Optional. The program of the OBA icon. For example: “AdChoices”.
    - `clickTrackingUrl` string — Required. The click tracking URL of the OBA icon. Only URLs of the following domains are allowed: * `https://info.evidon.com` * `https://l.betrad.com`
    - `resourceUrl` string — Optional. The URL of the OBA icon resource.
    - `dimensions` Dimensions — Dimensions.
      - `widthPixels` integer — The width in pixels.
      - `heightPixels` integer — The height in pixels.
  - `thirdPartyTag` string — Optional. The original third-party tag used for the creative. Required and only valid for third-party tag creatives. Third-party tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE`
  - `displayName` string — Required. The display name of the creative. Must be UTF-8 encoded with a maximum size of 240 bytes.
  - `oggAudio` boolean — Output only. Indicates the third-party audio creative supports OGG. Output only and only valid for third-party audio creatives. Third-party audio creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_AUDIO`
  - `integrationCode` string — Optional. ID information used to link this creative to an external system. Must be UTF-8 encoded with a length of no more than 10,000 characters.
  - `mp3Audio` boolean — Output only. Indicates the third-party audio creative supports MP3. Output only and only valid for third-party audio creatives. Third-party audio creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_AUDIO`
  - `creativeId` string, int64 — Output only. The unique ID of the creative. Assigned by the system.
  - `exitEvents` ExitEvent[] — Required. Exit events for this creative. An exit (also known as a click tag) is any area in your creative that someone can click or tap to open an advertiser's landing page. Every creative must include at least one exit. You can add an exit to your creative in any of the following ways: * Use Google Web Designer's tap area. * Define a JavaScript variable called "clickTag". * Use the Enabler (Enabler.exit()) to track exits in rich media formats.
    - `name` string — Optional. The name of the click tag of the exit event. The name must be unique within one creative. Leave it empty or unset for creatives containing image assets only.
    - `type` 'EXIT_EVENT_TYPE_UNSPECIFIED' | 'EXIT_EVENT_TYPE_DEFAULT' | 'EXIT_EVENT_TYPE_BACKUP' — Required. The type of the exit event.
    - `url` string — Required. The click through URL of the exit event. This is required when type is: * `EXIT_EVENT_TYPE_DEFAULT` * `EXIT_EVENT_TYPE_BACKUP`
    - `reportingName` string — Optional. The name used to identify this event in reports. Leave it empty or unset for creatives containing image assets only.
  - `notes` string — Optional. User notes for this creative. Must be UTF-8 encoded with a length of no more than 20,000 characters.
  - `reviewStatus` ReviewStatusInfo — Review statuses for the creative.
    - `creativeAndLandingPageReviewStatus` 'REVIEW_STATUS_UNSPECIFIED' | 'REVIEW_STATUS_APPROVED' | 'REVIEW_STATUS_REJECTED' | 'REVIEW_STATUS_PENDING' — Creative and landing page review status for the creative.
    - `exchangeReviewStatuses` ExchangeReviewStatus[] — Exchange review statuses for the creative.
      - `exchange` 'EXCHANGE_UNSPECIFIED' | 'EXCHANGE_GOOGLE_AD_MANAGER' | 'EXCHANGE_APPNEXUS' | 'EXCHANGE_BRIGHTROLL' | 'EXCHANGE_ADFORM' | 'EXCHANGE_ADMETA' | 'EXCHANGE_ADMIXER' | 'EXCHANGE_ADSMOGO' | 'EXCHANGE_ADSWIZZ' | 'EXCHANGE_BIDSWITCH' | 'EXCHANGE_BRIGHTROLL_DISPLAY' | 'EXCHANGE_CADREON' | 'EXCHANGE_DAILYMOTION' | 'EXCHANGE_FIVE' | 'EXCHANGE_FLUCT' | 'EXCHANGE_FREEWHEEL' | 'EXCHANGE_GENIEE' | 'EXCHANGE_GUMGUM' | 'EXCHANGE_IMOBILE' | 'EXCHANGE_IBILLBOARD' | 'EXCHANGE_IMPROVE_DIGITAL' | 'EXCHANGE_INDEX' | 'EXCHANGE_KARGO' | 'EXCHANGE_MICROAD' | 'EXCHANGE_MOPUB' | 'EXCHANGE_NEND' | 'EXCHANGE_ONE_BY_AOL_DISPLAY' | 'EXCHANGE_ONE_BY_AOL_MOBILE' | 'EXCHANGE_ONE_BY_AOL_VIDEO' | 'EXCHANGE_OOYALA' | 'EXCHANGE_OPENX' | 'EXCHANGE_PERMODO' | 'EXCHANGE_PLATFORMONE' | 'EXCHANGE_PLATFORMID' | 'EXCHANGE_PUBMATIC' | 'EXCHANGE_PULSEPOINT' | 'EXCHANGE_REVENUEMAX' | 'EXCHANGE_RUBICON' | 'EXCHANGE_SMARTCLIP' | 'EXCHANGE_SMARTRTB' | 'EXCHANGE_SMARTSTREAMTV' | 'EXCHANGE_SOVRN' | 'EXCHANGE_SPOTXCHANGE' | 'EXCHANGE_STROER' | 'EXCHANGE_TEADSTV' | 'EXCHANGE_TELARIA' | 'EXCHANGE_TVN' | 'EXCHANGE_UNITED' | 'EXCHANGE_YIELDLAB' | 'EXCHANGE_YIELDMO' | 'EXCHANGE_UNRULYX' | 'EXCHANGE_OPEN8' | 'EXCHANGE_TRITON' | 'EXCHANGE_TRIPLELIFT' | 'EXCHANGE_TABOOLA' | 'EXCHANGE_INMOBI' | 'EXCHANGE_SMAATO' | 'EXCHANGE_AJA' | 'EXCHANGE_SUPERSHIP' | 'EXCHANGE_NEXSTAR_DIGITAL' | 'EXCHANGE_WAZE' | 'EXCHANGE_SOUNDCAST' | 'EXCHANGE_SHARETHROUGH' | 'EXCHANGE_FYBER' | 'EXCHANGE_RED_FOR_PUBLISHERS' | 'EXCHANGE_MEDIANET' | 'EXCHANGE_TAPJOY' | 'EXCHANGE_VISTAR' | 'EXCHANGE_DAX' | 'EXCHANGE_JCD' | 'EXCHANGE_PLACE_EXCHANGE' | 'EXCHANGE_APPLOVIN' | 'EXCHANGE_CONNATIX' | 'EXCHANGE_RESET_DIGITAL' | 'EXCHANGE_HIVESTACK' | 'EXCHANGE_DRAX' | 'EXCHANGE_APPLOVIN_GBID' | 'EXCHANGE_FYBER_GBID' | 'EXCHANGE_UNITY_GBID' | 'EXCHANGE_CHARTBOOST_GBID' | 'EXCHANGE_ADMOST_GBID' | 'EXCHANGE_TOPON_GBID' | 'EXCHANGE_NETFLIX' | 'EXCHANGE_CORE' | 'EXCHANGE_COMMERCE_GRID' | 'EXCHANGE_SPOTIFY' | 'EXCHANGE_TUBI' | 'EXCHANGE_SNAP' | 'EXCHANGE_CADENT' | 'EXCHANGE_EXTE' — The exchange reviewing the creative.
      - `status` 'REVIEW_STATUS_UNSPECIFIED' | 'REVIEW_STATUS_APPROVED' | 'REVIEW_STATUS_REJECTED' | 'REVIEW_STATUS_PENDING' — Status of the exchange review.
    - `approvalStatus` 'APPROVAL_STATUS_UNSPECIFIED' | 'APPROVAL_STATUS_PENDING_NOT_SERVABLE' | 'APPROVAL_STATUS_PENDING_SERVABLE' | 'APPROVAL_STATUS_APPROVED_SERVABLE' | 'APPROVAL_STATUS_REJECTED_NOT_SERVABLE' — Represents the basic approval needed for a creative to begin serving. Summary of creative_and_landing_page_review_status and content_and_policy_review_status.
    - `contentAndPolicyReviewStatus` 'REVIEW_STATUS_UNSPECIFIED' | 'REVIEW_STATUS_APPROVED' | 'REVIEW_STATUS_REJECTED' | 'REVIEW_STATUS_PENDING' — Content and policy review status for the creative.
  - `appendedTag` string — Optional. Third-party HTML tracking tag to be appended to the creative tag.
  - `expandOnHover` boolean — Optional. Indicates the creative will automatically expand on hover. Optional and only valid for third-party expandable creatives. Third-party expandable creatives are creatives with following hosting source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_EXPANDABLE`
  - `entityStatus` 'ENTITY_STATUS_UNSPECIFIED' | 'ENTITY_STATUS_ACTIVE' | 'ENTITY_STATUS_ARCHIVED' | 'ENTITY_STATUS_DRAFT' | 'ENTITY_STATUS_PAUSED' | 'ENTITY_STATUS_SCHEDULED_FOR_DELETION' — Required. Controls whether or not the creative can serve. Accepted values are: * `ENTITY_STATUS_ACTIVE` * `ENTITY_STATUS_ARCHIVED` * `ENTITY_STATUS_PAUSED`
  - `timerEvents` TimerEvent[] — Optional. Timer custom events for a rich media creative. Timers track the time during which a user views and interacts with a specified part of a rich media creative. A creative can have multiple timer events, each timed independently. Leave it empty or unset for creatives containing image assets only.
    - `name` string — Required. The name of the timer event.
    - `reportingName` string — Required. The name used to identify this timer event in reports.
  - `companionCreativeIds` string[] — Optional. The IDs of companion creatives for a video creative. You can assign existing display creatives (with image or HTML5 assets) to serve surrounding the publisher's video player. Companions display around the video player while the video is playing and remain after the video has completed. Creatives contain additional dimensions can not be companion creatives. This field is only supported for the following creative_type: * `CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO`
  - `expandingDirection` 'EXPANDING_DIRECTION_UNSPECIFIED' | 'EXPANDING_DIRECTION_NONE' | 'EXPANDING_DIRECTION_UP' | 'EXPANDING_DIRECTION_DOWN' | 'EXPANDING_DIRECTION_LEFT' | 'EXPANDING_DIRECTION_RIGHT' | 'EXPANDING_DIRECTION_UP_AND_LEFT' | 'EXPANDING_DIRECTION_UP_AND_RIGHT' | 'EXPANDING_DIRECTION_DOWN_AND_LEFT' | 'EXPANDING_DIRECTION_DOWN_AND_RIGHT' | 'EXPANDING_DIRECTION_UP_OR_DOWN' | 'EXPANDING_DIRECTION_LEFT_OR_RIGHT' | 'EXPANDING_DIRECTION_ANY_DIAGONAL' — Optional. Specifies the expanding direction of the creative. Required and only valid for third-party expandable creatives. Third-party expandable creatives are creatives with following hosting source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_EXPANDABLE`
  - `progressOffset` AudioVideoOffset — The length an audio or a video has been played.
    - `percentage` string, int64 — Optional. The offset in percentage of the audio or video duration.
    - `seconds` string, int64 — Optional. The offset in seconds from the start of the audio or video.
  - `creativeAttributes` string[] — Output only. A list of attributes of the creative that is generated by the system.
  - `requirePingForAttribution` boolean — Optional. Indicates that the creative will wait for a return ping for attribution. Only valid when using a Campaign Manager 360 tracking ad with a third-party ad server parameter and the ${DC_DBM_TOKEN} macro. Optional and only valid for third-party tag creatives or third-party VAST tag creatives. Third-party tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE` Third-party VAST tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_AUDIO` * `CREATIVE_TYPE_VIDEO`
  - `trackerUrls` string[] — Optional. Tracking URLs for analytics providers or third-party ad technology vendors. The URLs must start with `https:` (except on inventory that doesn't require SSL compliance). If using macros in your URL, use only macros supported by Display & Video 360. Standard URLs only, no IMG or SCRIPT tags. This field is only writeable in the following creative_type: * `CREATIVE_TYPE_NATIVE` * `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
  - `jsTrackerUrl` string — Optional. JavaScript measurement URL from supported third-party verification providers (ComScore, DoubleVerify, IAS, Moat). HTML script tags are not supported. This field is only writeable in the following creative_type: * `CREATIVE_TYPE_NATIVE` * `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_NATIVE_VIDEO`
  - `advertiserId` string, int64 — Output only. The unique ID of the advertiser the creative belongs to.
  - `universalAdId` UniversalAdId — A creative identifier provided by a registry that is unique across all platforms. This is part of the VAST 4.0 standard.
    - `id` string — Optional. The unique creative identifier.
    - `registry` 'UNIVERSAL_AD_REGISTRY_UNSPECIFIED' | 'UNIVERSAL_AD_REGISTRY_OTHER' | 'UNIVERSAL_AD_REGISTRY_AD_ID' | 'UNIVERSAL_AD_REGISTRY_CLEARCAST' | 'UNIVERSAL_AD_REGISTRY_DV360' | 'UNIVERSAL_AD_REGISTRY_CM' — Optional. The registry provides unique creative identifiers.
  - `html5Video` boolean — Output only. Indicates the third-party VAST tag creative requires HTML5 Video support. Output only and only valid for third-party VAST tag creatives. Third-party VAST tag creatives are creatives with following hosting_source: * `HOSTING_SOURCE_THIRD_PARTY` combined with following creative_type: * `CREATIVE_TYPE_VIDEO`
  - `skippable` boolean — Optional. Whether the user can choose to skip a video creative. This field is only supported for the following creative_type: * `CREATIVE_TYPE_VIDEO`
  - `cmPlacementId` string, int64 — Output only. The unique ID of the Campaign Manager 360 placement associated with the creative. This field is only applicable for creatives that are synced from Campaign Manager.
  - `dynamic` boolean — Output only. Indicates whether the creative is dynamic.
  - `additionalDimensions` Dimensions[] — Optional. Additional dimensions. Applicable when creative_type is one of: * `CREATIVE_TYPE_STANDARD` * `CREATIVE_TYPE_EXPANDABLE` * `CREATIVE_TYPE_NATIVE` * `CREATIVE_TYPE_NATIVE_SITE_SQUARE` * `CREATIVE_TYPE_LIGHTBOX` * `CREATIVE_TYPE_PUBLISHER_HOSTED` If this field is specified, width_pixels and height_pixels are both required and must be greater than or equal to 0.
    - `widthPixels` integer — The width in pixels.
    - `heightPixels` integer — The height in pixels.
  - `assets` AssetAssociation[] — Required. Assets associated to this creative.
    - `asset` Asset — A single asset.
      - `mediaId` string, int64 — Media ID of the uploaded asset. This is a unique identifier for the asset. This ID can be passed to other API calls, e.g. CreateCreative to associate the asset with a creative. The Media ID space updated on **April 5, 2023**. Update media IDs cached before **April 5, 2023** by retrieving the new media ID from associated creative resources or re-uploading the asset.
      - `content` string — The asset content. For uploaded assets, the content is the serving path.
    - `role` 'ASSET_ROLE_UNSPECIFIED' | 'ASSET_ROLE_MAIN' | 'ASSET_ROLE_BACKUP' | 'ASSET_ROLE_POLITE_LOAD' | 'ASSET_ROLE_HEADLINE' | 'ASSET_ROLE_LONG_HEADLINE' | 'ASSET_ROLE_BODY' | 'ASSET_ROLE_LONG_BODY' | 'ASSET_ROLE_CAPTION_URL' | 'ASSET_ROLE_CALL_TO_ACTION' | 'ASSET_ROLE_ADVERTISER_NAME' | 'ASSET_ROLE_PRICE' | 'ASSET_ROLE_ANDROID_APP_ID' | 'ASSET_ROLE_IOS_APP_ID' | 'ASSET_ROLE_RATING' | 'ASSET_ROLE_ICON' | 'ASSET_ROLE_COVER_IMAGE' | 'ASSET_ROLE_BACKGROUND_COLOR' | 'ASSET_ROLE_ACCENT_COLOR' | 'ASSET_ROLE_REQUIRE_LOGO' | 'ASSET_ROLE_REQUIRE_IMAGE' | 'ASSET_ROLE_ENABLE_ASSET_ENHANCEMENTS' — Optional. The role of this asset for the creative.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/displayvideo.md) · [All operations](https://skmtc.dev/google/apis/displayvideo/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/displayvideo/revisions/68b64e49eced/schema)
