Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCallFeedItem

Represents a Call extension.

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

Properties

CallConversionAction

The conversion action to attribute a call conversion to. If not set a default conversion action is used. This field only has effect if call_tracking_enabled is set to true. Otherwise this field is ignored.

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

CallConversionReportingState

Enum value that indicates whether this call extension uses its own call conversion setting (or just have call conversion disabled), or following the account level setting.

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

CallConversionTrackingDisabled

If true, disable call conversion tracking. call_conversion_action should not be set if this is true. Optional.

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

CallTrackingEnabled

Indicates whether call tracking is enabled. By default, call tracking is not enabled.

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

CountryCode

Uppercase two-letter country code of the advertiser's phone number. This string must not be empty.

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

PhoneNumber

The advertiser's phone number to append to the ad. This string must not be empty.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX