--- v24/resources/local_services_lead.proto 2026-07-21 22:02:28.000000000 +0000 +++ v25/resources/local_services_lead.proto 2026-07-21 22:02:39.000000000 +0000 @@ -112,12 +112,15 @@ // learn more. Example: +16504519489. string phone_number = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Consumer email address. - string email = 2 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Output only. Consumer name if consumer provided name from Message or // Booking form on google.com string consumer_name = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. The extension number to be used with the phone number. This + // field is populated only when the 'phone_number' is a tracking number. It is + // typically 3 or 4 digits. Example: 013, 0129. When populated, this extension + // number is required to reach out to the right consumer. + string phone_number_extension = 4 [(google.api.field_behavior) = OUTPUT_ONLY]; } // Represents a note added to a lead by the advertiser. Advertisers can edit
/resources/local_services_lead.proto
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-07-22。