Class GoogleAdsSearchads360V23ResourcesMediaVideo
Encapsulates a Video.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesMediaVideo : IDirectResponseSchema
Properties
AdDurationMillis
Output only. The duration of the Video in milliseconds.
Declaration
[JsonProperty("adDurationMillis")]
public virtual long? AdDurationMillis { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
AdvertisingIdCode
Output only. The Advertising Digital Identification code for this video, as defined by the American Association of Advertising Agencies, used mainly for television commercials.
Declaration
[JsonProperty("advertisingIdCode")]
public virtual string AdvertisingIdCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
IsciCode
Output only. The Industry Standard Commercial Identifier code for this video, used mainly for television commercials.
Declaration
[JsonProperty("isciCode")]
public virtual string IsciCode { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
YoutubeVideoId
Immutable. The YouTube video ID (as seen in YouTube URLs). Adding prefix "https://www.youtube.com/watch?v=" to this ID will get the YouTube streaming URL for this video.
Declaration
[JsonProperty("youtubeVideoId")]
public virtual string YoutubeVideoId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |