@@ -59,10 +59,12 @@ class DemandGenBiddingStrategy extends \Google\Model
5959 */
6060 public const TYPE_DEMAND_GEN_BIDDING_STRATEGY_TYPE_MAXIMIZE_CLICKS = 'DEMAND_GEN_BIDDING_STRATEGY_TYPE_MAXIMIZE_CLICKS ' ;
6161 /**
62- * Output only. If AG doesn't set value for tCPA or tROAS, line item bidding
63- * value will be the effective_bidding_value, if the bidding strategy type is
64- * not tCPA or tROAS, effective_bidding_value is always 0. For line item, it
65- * will be the same as the value field.
62+ * Output only. The value effectively used by the bidding strategy. This field
63+ * will be the same as value if set. If value is not set and the strategy is
64+ * assigned to an ad group, this field will be inherited from the line item's
65+ * bidding strategy. If type is not
66+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` or
67+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`, this field will be 0.
6668 *
6769 * @var string
6870 */
@@ -74,15 +76,16 @@ class DemandGenBiddingStrategy extends \Google\Model
7476 */
7577 public $ effectiveBiddingValueSource ;
7678 /**
77- * Optional. The type of the bidding strategy. This can only be set at the
78- * line item level.
79+ * Optional. The type of the bidding strategy. This can only be set when
80+ * assigned to a line item. Ad groups will inherit this value from their line
81+ * item.
7982 *
8083 * @var string
8184 */
8285 public $ type ;
8386 /**
84- * Optional. The value used by the bidding strategy. This can be set at the
85- * line item and ad group level . This field is only applicable for the
87+ * Optional. The value used by the bidding strategy. This can be set when
88+ * assigned to line items or ad groups . This field is only applicable for the
8689 * following strategy types: * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
8790 * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` *
8891 * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in
@@ -95,10 +98,12 @@ class DemandGenBiddingStrategy extends \Google\Model
9598 public $ value ;
9699
97100 /**
98- * Output only. If AG doesn't set value for tCPA or tROAS, line item bidding
99- * value will be the effective_bidding_value, if the bidding strategy type is
100- * not tCPA or tROAS, effective_bidding_value is always 0. For line item, it
101- * will be the same as the value field.
101+ * Output only. The value effectively used by the bidding strategy. This field
102+ * will be the same as value if set. If value is not set and the strategy is
103+ * assigned to an ad group, this field will be inherited from the line item's
104+ * bidding strategy. If type is not
105+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` or
106+ * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS`, this field will be 0.
102107 *
103108 * @param string $effectiveBiddingValue
104109 */
@@ -133,8 +138,9 @@ public function getEffectiveBiddingValueSource()
133138 return $ this ->effectiveBiddingValueSource ;
134139 }
135140 /**
136- * Optional. The type of the bidding strategy. This can only be set at the
137- * line item level.
141+ * Optional. The type of the bidding strategy. This can only be set when
142+ * assigned to a line item. Ad groups will inherit this value from their line
143+ * item.
138144 *
139145 * Accepted values: DEMAND_GEN_BIDDING_STRATEGY_TYPE_UNSPECIFIED,
140146 * DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA,
@@ -157,8 +163,8 @@ public function getType()
157163 return $ this ->type ;
158164 }
159165 /**
160- * Optional. The value used by the bidding strategy. This can be set at the
161- * line item and ad group level . This field is only applicable for the
166+ * Optional. The value used by the bidding strategy. This can be set when
167+ * assigned to line items or ad groups . This field is only applicable for the
162168 * following strategy types: * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPA` *
163169 * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_CPC` *
164170 * `DEMAND_GEN_BIDDING_STRATEGY_TYPE_TARGET_ROAS` Value of this field is in
0 commit comments