--- v15/common/audiences.proto 2024-02-20 20:29:00.000000000 +0000
+++ v16/common/audiences.proto 2024-02-20 20:29:03.000000000 +0000
@@ -163,13 +164,17 @@
// Live event segment.
message LifeEventSegment {
// The life event resource.
- optional string life_event = 1;
+ optional string life_event = 1 [(google.api.resource_reference) = {
+ type: "googleads.googleapis.com/LifeEvent"
+ }];
}
// Detailed demographic segment.
message DetailedDemographicSegment {
// The detailed demographic resource.
- optional string detailed_demographic = 1;
+ optional string detailed_demographic = 1 [(google.api.resource_reference) = {
+ type: "googleads.googleapis.com/DetailedDemographic"
+ }];
}
// Custom audience segment.
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-21。
[null,null,["最后更新时间 (UTC):2024-08-21。"],[[["The update modifies `LifeEventSegment` and `DetailedDemographicSegment` messages within the `audiences.proto` file."],["Resource references are added to link `life_event` and `detailed_demographic` fields to their respective Google Ads resources using `google.api.resource_reference`."],["This change likely improves data organization and resource management for life event and detailed demographic segments within Google Ads."]]],[]]