Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonLeadFormCustomQuestionField

One custom question input field instance within a form.

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

Properties

CustomQuestionText

The exact custom question field text (for example, "What kind of vehicle do you have?").

Declaration
[JsonProperty("customQuestionText")]
public virtual string CustomQuestionText { 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

HasLocationAnswer

Answer configuration for location question. If true, campaign/account level location data (state, city, business name etc) will be rendered on the Lead Form. Starting V13.1, has_location_answer can only be set for "What is your preferred dealership?" question, for advertisers with Location Assets setup at campaign/account level.

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

SingleChoiceAnswers

Answer configuration for a single choice question. Minimum of 2 answers and maximum of 12 allowed.

Declaration
[JsonProperty("singleChoiceAnswers")]
public virtual GoogleAdsSearchads360V23CommonLeadFormSingleChoiceAnswers SingleChoiceAnswers { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLeadFormSingleChoiceAnswers

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX