Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesLocalServicesLead

Data from Local Services Lead. Contains details of Lead which is generated when user calls, messages or books service from advertiser. More info: https://ads.google.com/local-services-ads

Inheritance
object
GoogleAdsSearchads360V23ResourcesLocalServicesLead
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesLocalServicesLead : IDirectResponseSchema

Properties

CategoryId

Output only. Service category of the lead. For example: xcat:service_area_business_hvac, xcat:service_area_business_real_estate_agent, etc. For more details see: https://developers.google.com/google-ads/api/data/codes-formats#local_services_ids

Declaration
[JsonProperty("categoryId")]
public virtual string CategoryId { get; set; }
Property Value
Type Description
string

ContactDetails

Output only. Lead's contact details.

Declaration
[JsonProperty("contactDetails")]
public virtual GoogleAdsSearchads360V23ResourcesContactDetails ContactDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesContactDetails

CreationDateTime

Output only. The date time at which lead was created by Local Services Ads. The format is "YYYY-MM-DD HH:MM:SS" in the Google Ads account's timezone. Examples: "2018-03-05 09:15:00" or "2018-02-01 14:34:30"

Declaration
[JsonProperty("creationDateTime")]
public virtual string CreationDateTime { get; set; }
Property Value
Type Description
string

CreditDetails

Output only. Credit details of the lead.

Declaration
[JsonProperty("creditDetails")]
public virtual GoogleAdsSearchads360V23ResourcesCreditDetails CreditDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesCreditDetails

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Id

Output only. ID of this Lead.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

LeadCharged

Output only. True if the advertiser was charged for the lead.

Declaration
[JsonProperty("leadCharged")]
public virtual bool? LeadCharged { get; set; }
Property Value
Type Description
bool?

LeadFeedbackSubmitted

Output only. True if the advertiser submitted feedback for the lead.

Declaration
[JsonProperty("leadFeedbackSubmitted")]
public virtual bool? LeadFeedbackSubmitted { get; set; }
Property Value
Type Description
bool?

LeadStatus

Output only. Current status of lead.

Declaration
[JsonProperty("leadStatus")]
public virtual string LeadStatus { get; set; }
Property Value
Type Description
string

LeadType

Output only. Type of Local Services lead: phone, message, booking, etc.

Declaration
[JsonProperty("leadType")]
public virtual string LeadType { get; set; }
Property Value
Type Description
string

Locale

Output only. Language used by the Local Services provider linked to lead. See https://developers.google.com/google-ads/api/data/codes-formats#locales

Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type Description
string

Note

Output only. Note added by advertiser for the lead.

Declaration
[JsonProperty("note")]
public virtual GoogleAdsSearchads360V23ResourcesNote Note { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesNote

ResourceName

Immutable. The resource name of the local services lead data. Local Services Lead resource name have the form customers/{customer_id}/localServicesLead/{local_services_lead_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

ServiceId

Output only. Service for the category. For example: buyer_agent, seller_agent for the category of xcat:service_area_business_real_estate_agent.

Declaration
[JsonProperty("serviceId")]
public virtual string ServiceId { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX