--- 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.
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-02-20 UTC.