--- v18/common/segments.proto 2025-08-05 14:36:11.000000000 +0000 +++ v19/common/segments.proto 2025-08-05 14:36:14.000000000 +0000 @@ -254,15 +255,11 @@ optional string month = 90; // Month of the year, for example, January. - google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear month_of_year = 18; + google.ads.googleads.v19.enums.MonthOfYearEnum.MonthOfYear month_of_year = 18; // Partner hotel ID. optional string partner_hotel_id = 91; - // Placeholder type. This is only used with feed item metrics. - google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType - placeholder_type = 20; - // Aggregator ID of the product. optional int64 product_aggregator_id = 132; @@ -475,10 +472,26 @@ // This is for segmenting conversions by whether the user is a new customer // or a returning customer. This segmentation is typically used to measure // the impact of customer acquisition goal. - google.ads.googleads.v18.enums + google.ads.googleads.v19.enums .ConvertingUserPriorEngagementTypeAndLtvBucketEnum .ConvertingUserPriorEngagementTypeAndLtvBucket new_versus_returning_customers = 160; + + // Adjusted age range. This is the age range of the user after applying + // modeling to get more accurate age and gender information. Currently, both + // adjusted_age_range and adjusted_gender need to be selected together to get + // valid reach stats. These segmentations are only available for allowlisted + // customers. + google.ads.googleads.v19.enums.AgeRangeTypeEnum.AgeRangeType + adjusted_age_range = 196; + + // Adjusted gender. This is the gender of the user after applying modeling to + // get more accurate age and gender information. Currently, both + // adjusted_age_range and adjusted_gender need to be selected together to get + // valid reach stats. These segmentations are only available for allowlisted + // customers. + google.ads.googleads.v19.enums.GenderTypeEnum.GenderType adjusted_gender = + 197; } // A Keyword criterion segment.
/common/segments.proto
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-08-21 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# /common/segments.proto\n\n```diff\n--- v18/common/segments.proto 2025-08-05 14:36:11.000000000 +0000\n+++ v19/common/segments.proto 2025-08-05 14:36:14.000000000 +0000\n@@ -254,15 +255,11 @@\n optional string month = 90;\n\n // Month of the year, for example, January.\n- google.ads.googleads.v18.enums.MonthOfYearEnum.MonthOfYear month_of_year = 18;\n+ google.ads.googleads.v19.enums.MonthOfYearEnum.MonthOfYear month_of_year = 18;\n\n // Partner hotel ID.\n optional string partner_hotel_id = 91;\n\n- // Placeholder type. This is only used with feed item metrics.\n- google.ads.googleads.v18.enums.PlaceholderTypeEnum.PlaceholderType\n- placeholder_type = 20;\n-\n // Aggregator ID of the product.\n optional int64 product_aggregator_id = 132;\n\n@@ -475,10 +472,26 @@\n // This is for segmenting conversions by whether the user is a new customer\n // or a returning customer. This segmentation is typically used to measure\n // the impact of customer acquisition goal.\n- google.ads.googleads.v18.enums\n+ google.ads.googleads.v19.enums\n .ConvertingUserPriorEngagementTypeAndLtvBucketEnum\n .ConvertingUserPriorEngagementTypeAndLtvBucket\n new_versus_returning_customers = 160;\n+\n+ // Adjusted age range. This is the age range of the user after applying\n+ // modeling to get more accurate age and gender information. Currently, both\n+ // adjusted_age_range and adjusted_gender need to be selected together to get\n+ // valid reach stats. These segmentations are only available for allowlisted\n+ // customers.\n+ google.ads.googleads.v19.enums.AgeRangeTypeEnum.AgeRangeType\n+ adjusted_age_range = 196;\n+\n+ // Adjusted gender. This is the gender of the user after applying modeling to\n+ // get more accurate age and gender information. Currently, both\n+ // adjusted_age_range and adjusted_gender need to be selected together to get\n+ // valid reach stats. These segmentations are only available for allowlisted\n+ // customers.\n+ google.ads.googleads.v19.enums.GenderTypeEnum.GenderType adjusted_gender =\n+ 197;\n }\n\n // A Keyword criterion segment.\n```"]]