Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesLeadFormSubmissionData

Data from lead form submissions.

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

Properties

AdGroup

Output only. AdGroup associated with the submitted lead form.

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

AdGroupAd

Output only. AdGroupAd associated with the submitted lead form.

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

Asset

Output only. Asset associated with the submitted lead form.

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

Campaign

Output only. Campaign associated with the submitted lead form.

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

CustomLeadFormSubmissionFields

Output only. Submission data associated with a custom lead form.

Declaration
[JsonProperty("customLeadFormSubmissionFields")]
public virtual IList<GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField> CustomLeadFormSubmissionFields { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesCustomLeadFormSubmissionField>

ETag

The ETag of the item.

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

Gclid

Output only. Google Click Id associated with the submissed lead form.

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

Id

Output only. ID of this lead form submission.

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

LeadFormSubmissionFields

Output only. Submission data associated with a lead form.

Declaration
[JsonProperty("leadFormSubmissionFields")]
public virtual IList<GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField> LeadFormSubmissionFields { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23ResourcesLeadFormSubmissionField>

ResourceName

Output only. The resource name of the lead form submission data. Lead form submission data resource names have the form: customers/{customer_id}/leadFormSubmissionData/{lead_form_submission_data_id}

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

SubmissionDateTime

Output only. The date and time at which the lead form was submitted. The format is "yyyy-mm-dd hh:mm:ss+|-hh:mm", for example, "2019-01-01 12:32:45-08:00".

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX