Class YoutubeAndPartnersSettings
Settings for YouTube and Partners line items.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class YoutubeAndPartnersSettings : IDirectResponseSchema
Properties
ContentCategory
The kind of content on which the YouTube and Partners ads will be shown.
Declaration
[JsonProperty("contentCategory")]
public virtual string ContentCategory { 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 |
EffectiveContentCategory
Output only. The content category which takes effect when serving the line item. When content category is set in both line item and advertiser, the stricter one will take effect when serving the line item.
Declaration
[JsonProperty("effectiveContentCategory")]
public virtual string EffectiveContentCategory { get; set; }
Property Value
Type | Description |
---|---|
string |
InventorySourceSettings
Settings that control what YouTube and Partners inventories the line item will target.
Declaration
[JsonProperty("inventorySourceSettings")]
public virtual YoutubeAndPartnersInventorySourceConfig InventorySourceSettings { get; set; }
Property Value
Type | Description |
---|---|
YoutubeAndPartnersInventorySourceConfig |
LeadFormId
Optional. The ID of the form to generate leads.
Declaration
[JsonProperty("leadFormId")]
public virtual long? LeadFormId { get; set; }
Property Value
Type | Description |
---|---|
long? |
LinkedMerchantId
Optional. The ID of the merchant which is linked to the line item for product feed.
Declaration
[JsonProperty("linkedMerchantId")]
public virtual long? LinkedMerchantId { get; set; }
Property Value
Type | Description |
---|---|
long? |
RelatedVideoIds
Optional. The IDs of the videos appear below the primary video ad when the ad is playing in the YouTube app on mobile devices.
Declaration
[JsonProperty("relatedVideoIds")]
public virtual IList<string> RelatedVideoIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
TargetFrequency
Optional. The average number of times you want ads from this line item to show to the same person over a certain period of time.
Declaration
[JsonProperty("targetFrequency")]
public virtual TargetFrequency TargetFrequency { get; set; }
Property Value
Type | Description |
---|---|
TargetFrequency |
ThirdPartyMeasurementConfigs
Optional. The third-party measurement configs of the line item.
Declaration
[JsonProperty("thirdPartyMeasurementConfigs")]
public virtual ThirdPartyMeasurementConfigs ThirdPartyMeasurementConfigs { get; set; }
Property Value
Type | Description |
---|---|
ThirdPartyMeasurementConfigs |
VideoAdSequenceSettings
Optional. The settings related to VideoAdSequence.
Declaration
[JsonProperty("videoAdSequenceSettings")]
public virtual VideoAdSequenceSettings VideoAdSequenceSettings { get; set; }
Property Value
Type | Description |
---|---|
VideoAdSequenceSettings |
ViewFrequencyCap
The view frequency cap settings of the line item. The max_views field in this settings object must be used if assigning a limited cap.
Declaration
[JsonProperty("viewFrequencyCap")]
public virtual FrequencyCap ViewFrequencyCap { get; set; }
Property Value
Type | Description |
---|---|
FrequencyCap |