- JSON representation
- FixedBidStrategy
- MaximizeSpendBidStrategy
- BiddingStrategyPerformanceGoalType
- PerformanceGoalBidStrategy
Settings that control the bid strategy. Bid strategy determines the bid price.
JSON representation |
---|
{ // Union field |
Fields | |
---|---|
Union field bid_strategy_scheme . Required. bid_strategy_scheme can be only one of the following: |
|
fixedBid |
A strategy that uses a fixed bid price. |
maximizeSpendAutoBid |
A strategy that automatically adjusts the bid to optimize to your performance goal while spending the full budget. At insertion order level, the
the
and when
the |
performanceGoalAutoBid |
A strategy that automatically adjusts the bid to meet or beat a specified performance goal. It is to be used only for a line item entity. |
FixedBidStrategy
A strategy that uses a fixed bidding price.
JSON representation |
---|
{ "bidAmountMicros": string } |
Fields | |
---|---|
bidAmountMicros |
The fixed bid amount, in micros of the advertiser's currency. For insertion order entity, For example, 1500000 represents 1.5 standard units of the currency. |
MaximizeSpendBidStrategy
A strategy that automatically adjusts the bid to optimize a specified performance goal while spending the full budget.
JSON representation |
---|
{
"performanceGoalType": enum ( |
Fields | |
---|---|
performanceGoalType |
Required. The type of the performance goal that the bidding strategy tries to minimize while spending the full budget. |
maxAverageCpmBidAmountMicros |
The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. For example, 1500000 represents 1.5 standard units of the currency. |
raiseBidForDeals |
Whether the strategy takes deal floor prices into account. |
customBiddingAlgorithmId |
The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when |
BiddingStrategyPerformanceGoalType
Possible types of performance goal for bidding strategy.
Enums | |
---|---|
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_UNSPECIFIED |
Type value is not specified or is unknown in this version. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPA |
Cost per action. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CPC |
Cost per click. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_VIEWABLE_CPM |
Viewable CPM. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CUSTOM_ALGO |
Custom bidding algorithm. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_CIVA |
Completed inview and audible views. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_IVO_TEN |
Inview time over 10 secs views. |
BIDDING_STRATEGY_PERFORMANCE_GOAL_TYPE_AV_VIEWED |
Viewable impressions. |
PerformanceGoalBidStrategy
A strategy that automatically adjusts the bid to meet or beat a specified performance goal.
JSON representation |
---|
{
"performanceGoalType": enum ( |
Fields | |
---|---|
performanceGoalType |
Required. The type of the performance goal that the bidding strategy will try to meet or beat. For line item level usage, the value must be one of:
|
performanceGoalAmountMicros |
Required. The performance goal the bidding strategy will attempt to meet or beat, in micros of the advertiser's currency or in micro of the ROAS (Return On Advertising Spend) value which is also based on advertiser's currency. Must be greater than or equal to a billable unit of the given currency and smaller or equal to upper bounds. Each
Example: If set to For example, 1500000 represents 1.5 standard units of the currency or ROAS value. |
maxAverageCpmBidAmountMicros |
The maximum average CPM that may be bid, in micros of the advertiser's currency. Must be greater than or equal to a billable unit of the given currency. Not applicable when For example, 1500000 represents 1.5 standard units of the currency. |
customBiddingAlgorithmId |
The ID of the Custom Bidding Algorithm used by this strategy. Only applicable when |