Class YoutubeAndPartnersBiddingStrategy
Settings that control the bid strategy for YouTube and Partners resources.
Implements
Inherited Members
Namespace: Google.Apis.DisplayVideo.v3.Data
Assembly: Google.Apis.DisplayVideo.v3.dll
Syntax
public class YoutubeAndPartnersBiddingStrategy : IDirectResponseSchema
Properties
AdGroupEffectiveTargetCpaSource
Output only. Source of the effective target CPA value for ad group.
Declaration
[JsonProperty("adGroupEffectiveTargetCpaSource")]
public virtual string AdGroupEffectiveTargetCpaSource { get; set; }
Property Value
Type | Description |
---|---|
string |
AdGroupEffectiveTargetCpaValue
Output only. The effective target CPA for ad group, in micros of advertiser's currency.
Declaration
[JsonProperty("adGroupEffectiveTargetCpaValue")]
public virtual long? AdGroupEffectiveTargetCpaValue { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
The type of the bidding strategy.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
The value used by the bidding strategy. When the bidding strategy is assigned at the line item level, this
field is only applicable for the following strategy types: *
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS
When the bidding strategy is assigned at the ad
group level, this field is only applicable for the following strategy types: *
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_RESERVE_CPM
*
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_ROAS
If not using an applicable strategy, the value of
this field will be 0.
Declaration
[JsonProperty("value")]
public virtual long? Value { get; set; }
Property Value
Type | Description |
---|---|
long? |