--- v23/resources/asset_group.proto 2026-06-18 21:38:49.000000000 +0000 +++ v24/resources/asset_group.proto 2026-06-18 21:38:55.000000000 +0000 @@ -108,11 +108,14 @@ string path2 = 8; // Output only. Overall ad strength of this asset group. - google.ads.googleads.v23.enums.AdStrengthEnum.AdStrength ad_strength = 10 + google.ads.googleads.v24.enums.AdStrengthEnum.AdStrength ad_strength = 10 [(google.api.field_behavior) = OUTPUT_ONLY]; // Output only. The asset coverage of this asset group. AssetCoverage asset_coverage = 13 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Local services info of the asset group. + GoogleLocalServicesInfo google_local_services_info = 14; } // Information about the asset coverage of an asset group. @@ -157,3 +160,21 @@ [(google.api.field_behavior) = OUTPUT_ONLY]; } } + +// Local services info for the asset group. +message GoogleLocalServicesInfo { + // Immutable. The local services category associated with this asset group. + // That is, XCAT format - xcat:service_area_business_plumber. See + // https://developers.google.com/google-ads/api/data/codes-formats#local-services-category-ids + // This field cannot be modified after the AssetGroup has been created. + optional string category_id = 1 [(google.api.field_behavior) = IMMUTABLE]; + + // Callouts selected by the advertiser to show. + repeated LocalServicesCallout callouts = 2; +} + +// Local services callout of the asset group. +message LocalServicesCallout { + // Required. The unique ID of the callout. + optional string callout_id = 1 [(google.api.field_behavior) = REQUIRED]; +}
/resources/asset_group.proto
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間:2026-06-24 (世界標準時間)。