--- v16/resources/ad_group_criterion.proto 2024-05-29 16:00:43.000000000 +0000
+++ v17/resources/ad_group_criterion.proto 2024-05-29 16:00:48.000000000 +0000
@@ -253,9 +255,20 @@
// The list of mappings used to substitute custom parameter tags in a
// `tracking_url_template`, `final_urls`, or `mobile_final_urls`.
- repeated google.ads.googleads.v16.common.CustomParameter
+ repeated google.ads.googleads.v17.common.CustomParameter
url_custom_parameters = 14;
+ // Output only. The primary status for the ad group criterion.
+ optional google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum
+ .AdGroupCriterionPrimaryStatus primary_status = 85
+ [(google.api.field_behavior) = OUTPUT_ONLY];
+
+ // Output only. The primary status reasons for the ad group criterion.
+ repeated
+ google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum
+ .AdGroupCriterionPrimaryStatusReason primary_status_reasons = 86
+ [(google.api.field_behavior) = OUTPUT_ONLY];
+
// The ad group criterion.
//
// Exactly one must be set.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[null,null,["最后更新时间 (UTC):2024-08-22。"],[[["Custom parameters for URLs in ad group criteria are now using the `google.ads.googleads.v17.common.CustomParameter` type."],["A new output-only field, `primary_status`, has been added to indicate the primary status of the ad group criterion, using the `google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusEnum` enum."],["Another output-only field, `primary_status_reasons`, provides further details about the primary status using the `google.ads.googleads.v17.enums.AdGroupCriterionPrimaryStatusReasonEnum` enum."]]],[]]