Show / Hide Table of Contents

Class YoutubeAndPartnersSettings

Settings for YouTube and Partners line items.

Inheritance
object
YoutubeAndPartnersSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DisplayVideo.v2.Data
Assembly: Google.Apis.DisplayVideo.v2.dll
Syntax
public class YoutubeAndPartnersSettings : IDirectResponseSchema

Properties

BiddingStrategy

Required. The bidding strategy of the YouTube and Partners line item.

Declaration
[JsonProperty("biddingStrategy")]
public virtual YoutubeAndPartnersBiddingStrategy BiddingStrategy { get; set; }
Property Value
Type Description
YoutubeAndPartnersBiddingStrategy

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

ThirdPartyMeasurementSettings

Optional. The third-party measurement settings of the line item.

Declaration
[JsonProperty("thirdPartyMeasurementSettings")]
public virtual YoutubeAndPartnersThirdPartyMeasurementSettings ThirdPartyMeasurementSettings { get; set; }
Property Value
Type Description
YoutubeAndPartnersThirdPartyMeasurementSettings

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX