BiddingInfo
Stay organized with collections
Save and categorize content based on your preferences.
Current bidding information of the campaign. Provides a wrapper for bidding-related signals that inform recommendations.
Fields |
bidding_strategy_type
|
BiddingStrategyType
Current bidding strategy. This field is necessary for the following recommendation_types: MAXIMIZE_CLICKS_OPT_IN, MAXIMIZE_CONVERSIONS_OPT_IN, MAXIMIZE_CONVERSION_VALUE_OPT_IN, SET_TARGET_CPA, SET_TARGET_ROAS, TARGET_CPA_OPT_IN, TARGET_ROAS_OPT_IN
|
Union field bidding_strategy_target_info
bidding_strategy_target_info . Optional details related to the bidding_strategy_type. bidding_strategy_target_info can be only one of the following: |
target_cpa_micros
|
int64
Current target_cpa in micros. This can be populated for campaigns with a bidding strategy type of TARGET_CPA or MAXIMIZE_CONVERSIONS.
|
target_roas
|
double
Current target_roas. This can be populated for campaigns with a bidding strategy type of TARGET_ROAS or MAXIMIZE_CONVERSION_VALUE.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["The current bidding strategy for the campaign is indicated by the `bidding_strategy_type` field, informing various recommendations."],["Additional details about the bidding strategy are available through the `bidding_strategy_target_info` field, encompassing target CPA and ROAS."],["For campaigns aiming to maximize conversions or using a Target CPA strategy, the `target_cpa_micros` field displays the target cost-per-acquisition in micros."],["When the campaign's objective is to maximize conversion value or employ a Target ROAS strategy, the `target_roas` field provides the target return on ad spend."]]],[]]