Settings that control the bid strategy for YouTube and Partners resources.
JSON representation |
---|
{ "type": enum ( |
Fields | |
---|---|
type |
The type of the bidding strategy. |
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:
When the bidding strategy is assigned at the ad group level, this field is only applicable for the following strategy types:
If not using an applicable strategy, the value of this field will be 0. |
adGroupEffectiveTargetCpaValue |
Output only. The effective targetCpa for AdGroup, in micros of advertiser's currency. |
adGroupEffectiveTargetCpaSource |
Output only. Source of the effective targetCpa value for AdGroup. |
YoutubeAndPartnersBiddingStrategyType
Possible types of bidding strategy for YouTube and Partners resources.
Enums | |
---|---|
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_UNSPECIFIED |
Type is not specified or unknown. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPV |
A bidding strategy that pays a configurable amount per video view. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MANUAL_CPM |
A bidding strategy that pays a configurable amount per impression. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPA |
A bidding strategy that automatically optimizes conversions per dollar. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_TARGET_CPM |
A bidding strategy that pays a configurable amount per impression. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MAXIMIZE_LIFT |
An automated bidding strategy that sets bids to achieve maximum lift. |
YOUTUBE_AND_PARTNERS_BIDDING_STRATEGY_TYPE_MAXIMIZE_CONVERSIONS |
A bidding strategy that automatically maximizes number of conversions given a daily budget. |
BiddingSource
Source of the bidding value.
Enums | |
---|---|
BIDDING_SOURCE_UNSPECIFIED |
Bidding source is not specified or unknown. |
BIDDING_SOURCE_LINE_ITEM |
Bidding value is inherited from the line item. |
BIDDING_SOURCE_AD_GROUP |
Bidding value is defined on the ad group. |