Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCallAsset

A Call asset.

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

Properties

AdScheduleTargets

List of non-overlapping schedules specifying all time intervals for which the asset may serve. There can be a maximum of 6 schedules per day, 42 in total.

Declaration
[JsonProperty("adScheduleTargets")]
public virtual IList<GoogleAdsSearchads360V23CommonAdScheduleInfo> AdScheduleTargets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V23CommonAdScheduleInfo>

CallConversionAction

The conversion action to attribute a call conversion to. If not set, the default conversion action is used. This field only has effect if call_conversion_reporting_state is set to USE_RESOURCE_LEVEL_CALL_CONVERSION_ACTION.

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

CallConversionReportingState

Indicates whether this CallAsset should use its own call conversion setting, follow the account level setting, or disable call conversion.

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

CountryCode

Required. Two-letter country code of the phone number. Examples: 'US', 'us'.

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

Required. The advertiser's raw phone number. Examples: '1234567890', '(123)456-7890'

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