--- 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
Exceto em caso de indicação contrária, o conteúdo desta página é licenciado de acordo com a Licença de atribuição 4.0 do Creative Commons, e as amostras de código são licenciadas de acordo com a Licença Apache 2.0. Para mais detalhes, consulte as políticas do site do Google Developers. Java é uma marca registrada da Oracle e/ou afiliadas.
Última atualização 2026-07-22 UTC.