Class GoogleAdsSearchads360V23CommonLeadFormField
One input field instance within a form.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonLeadFormField : IDirectResponseSchema
Properties
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? |
InputType
Describes the input type, which may be a predefined type such as "full name" or a pre-vetted question like "What kind of vehicle do you have?".
Declaration
[JsonProperty("inputType")]
public virtual string InputType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SingleChoiceAnswers
Answer configuration for a single choice question. Can be set only for pre-vetted question fields. Minimum of 2 answers required and maximum of 12 allowed.
Declaration
[JsonProperty("singleChoiceAnswers")]
public virtual GoogleAdsSearchads360V23CommonLeadFormSingleChoiceAnswers SingleChoiceAnswers { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLeadFormSingleChoiceAnswers |