Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation

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

Inheritance
object
GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation
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 GoogleAdsSearchads360V23ResourcesLocalServicesLeadConversation : IDirectResponseSchema

Properties

ConversationChannel

Output only. Type of GLS lead conversation, EMAIL, MESSAGE, PHONE_CALL, SMS, etc.

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

ETag

The ETag of the item.

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

EventDateTime

Output only. The date time at which lead conversation 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("eventDateTime")]
public virtual string EventDateTime { get; set; }
Property Value
Type Description
string

Id

Output only. ID of this Lead Conversation.

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

Lead

Output only. Resource name of Lead associated to the Lead Conversation.

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

MessageDetails

Output only. Details of message conversation in case of EMAIL, MESSAGE or SMS.

Declaration
[JsonProperty("messageDetails")]
public virtual GoogleAdsSearchads360V23ResourcesMessageDetails MessageDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMessageDetails

ParticipantType

Output only. Type of participant in the lead conversation, ADVERTISER or CONSUMER.

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

PhoneCallDetails

Output only. Details of phone call conversation in case of PHONE_CALL.

Declaration
[JsonProperty("phoneCallDetails")]
public virtual GoogleAdsSearchads360V23ResourcesPhoneCallDetails PhoneCallDetails { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesPhoneCallDetails

ResourceName

Output only. The resource name of the local services lead conversation data. Local Services Lead Conversation resource name have the form customers/{customer_id}/localServicesLeadConversation/{local_services_lead_conversation_id}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX