Class ActivityContentDetailsPromotedItem
Details about a resource which is being promoted.
Implements
Inherited Members
Namespace: Google.Apis.YouTube.v3.Data
Assembly: Google.Apis.YouTube.v3.dll
Syntax
public class ActivityContentDetailsPromotedItem : IDirectResponseSchema
Properties
AdTag
The URL the client should fetch to request a promoted item.
Declaration
[JsonProperty("adTag")]
public virtual string AdTag { get; set; }
Property Value
Type | Description |
---|---|
string |
ClickTrackingUrl
The URL the client should ping to indicate that the user clicked through on this promoted item.
Declaration
[JsonProperty("clickTrackingUrl")]
public virtual string ClickTrackingUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CreativeViewUrl
The URL the client should ping to indicate that the user was shown this promoted item.
Declaration
[JsonProperty("creativeViewUrl")]
public virtual string CreativeViewUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CtaType
The type of call-to-action, a message to the user indicating action that can be taken.
Declaration
[JsonProperty("ctaType")]
public virtual string CtaType { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomCtaButtonText
The custom call-to-action button text. If specified, it will override the default button text for the cta_type.
Declaration
[JsonProperty("customCtaButtonText")]
public virtual string CustomCtaButtonText { get; set; }
Property Value
Type | Description |
---|---|
string |
DescriptionText
The text description to accompany the promoted item.
Declaration
[JsonProperty("descriptionText")]
public virtual string DescriptionText { get; set; }
Property Value
Type | Description |
---|---|
string |
DestinationUrl
The URL the client should direct the user to, if the user chooses to visit the advertiser's website.
Declaration
[JsonProperty("destinationUrl")]
public virtual string DestinationUrl { 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 |
ForecastingUrl
The list of forecasting URLs. The client should ping all of these URLs when a promoted item is not available, to indicate that a promoted item could have been shown.
Declaration
[JsonProperty("forecastingUrl")]
public virtual IList<string> ForecastingUrl { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ImpressionUrl
The list of impression URLs. The client should ping all of these URLs to indicate that the user was shown this promoted item.
Declaration
[JsonProperty("impressionUrl")]
public virtual IList<string> ImpressionUrl { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
VideoId
The ID that YouTube uses to uniquely identify the promoted video.
Declaration
[JsonProperty("videoId")]
public virtual string VideoId { get; set; }
Property Value
Type | Description |
---|---|
string |