--- v21/resources/ad_group.proto 2025-10-07 23:35:25.000000000 +0000 +++ v22/resources/ad_group.proto 2025-10-07 23:35:32.000000000 +0000 @@ -241,6 +241,10 @@ // view. optional int64 target_cpv_micros = 65; + // Average amount in micros that the advertiser is willing to pay for every ad + // click. Overrides the target CPC configured at the campaign level. + optional int64 target_cpc_micros = 68; + // True if optimized targeting is enabled. Optimized Targeting is the // replacement for Audience Expansion. bool optimized_targeting_enabled = 59; @@ -285,10 +289,21 @@ // Output only. Source of the effective target ROAS. // This field is read-only. - google.ads.googleads.v21.enums.BiddingSourceEnum.BiddingSource + google.ads.googleads.v22.enums.BiddingSourceEnum.BiddingSource effective_target_roas_source = 32 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The effective target CPC (cost-per-click). + // This field is read-only. + optional int64 effective_target_cpc = 69 + [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Source of the effective target CPC. + // This field is read-only. + google.ads.googleads.v22.enums.BiddingSourceEnum.BiddingSource + effective_target_cpc_source = 70 + [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The resource names of labels attached to this ad group. repeated string labels = 49 [ (google.api.field_behavior) = OUTPUT_ONLY,
/resources/ad_group.proto
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-10-15 (שעון UTC).
[null,null,["עדכון אחרון: 2025-10-15 (שעון UTC)."],[],[]]