Enum CreativeIdTypeEnum.Types.CreativeIdType
The ID types in a VAST response to uniquely identify a creative.
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
public enum CreativeIdTypeEnum.Types.CreativeIdType
Fields
| Name | Description |
|---|---|
| AdId | An ad server-defined ID string for the ad. |
| CanonicalizedMediaUri | ID value is a projection of the URL of the highest bitrate mediafile found in the response. |
| CreativeAdId | Identifies the ad with which the creative is served. This is an optional attribute of Creative element in the VAST specification. |
| CreativeAdIdWithFallback | ID value is the VAST/Ad/Inline/Creative |
| CreativeId | An ad server-defined ID for the creative. |
| GoogleVideoRegistryId | ID value is the Google Video Registry ID. |
| MediaUri | ID value is the URL of the highest bitrate mediafile found in the response. |
| MediaUriHash | A media URI was used to generate a hash value, hopefully unique to this creative. |
| MediaUriPath | ID value is the path of the URL of the highest bitrate mediafile found in the response. |
| UniversalAdId | Universal Ad ID of the creative as defined in the VAST 4.0 spec: http://www.iab.com/wp-content/uploads/2016/04/VAST4.0_Updated_April_2016.pdf Section 3.7.1 The ID string format is "<Registry>|<Universal Ad ID>". |
| Unspecified | Default value. |