Show / Hide Table of Contents

Class GoogleAdsSearchads360V0CommonUnifiedCallAsset

A unified call asset.

Inheritance
object
GoogleAdsSearchads360V0CommonUnifiedCallAsset
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.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0CommonUnifiedCallAsset : 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<GoogleAdsSearchads360V0CommonAdScheduleInfo> AdScheduleTargets { get; set; }
Property Value
Type Description
IList<GoogleAdsSearchads360V0CommonAdScheduleInfo>

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

Output only. 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

CallOnly

Whether the call only shows the phone number without a link to the website. Applies to Microsoft Ads.

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

CallTrackingEnabled

Whether the call should be enabled on call tracking. Applies to Microsoft Ads.

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

CountryCode

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

EndDate

Last date of when this asset is effective and still serving, in yyyy-MM-dd format.

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

PhoneNumber

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

StartDate

Start date of when this asset is effective and can begin serving, in yyyy-MM-dd format.

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

UseSearcherTimeZone

Whether to show the call extension in search user's time zone. Applies to Microsoft Ads.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX