Show / Hide Table of Contents

Class GoogleAdsSearchads360V0ResourcesCustomer

A customer.

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

Properties

AccountLevel

Output only. The account level of the customer: Manager, Sub-manager, Associate manager, Service account.

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

AccountStatus

Output only. Account status, for example, Enabled, Paused, Removed, etc.

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

AccountType

Output only. Engine account type, for example, Google Ads, Microsoft Advertising, Yahoo Japan, Baidu, Facebook, Engine Track, etc.

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

AssociateManagerDescriptiveName

Output only. The descriptive name of the associate manager.

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

AssociateManagerId

Output only. The customer ID of the associate manager. A 0 value indicates that the customer has no SA360 associate manager.

Declaration
[JsonProperty("associateManagerId")]
public virtual long? AssociateManagerId { get; set; }
Property Value
Type Description
long?

AutoTaggingEnabled

Whether auto-tagging is enabled for the customer.

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

ConversionTrackingSetting

Output only. Conversion tracking setting for a customer.

Declaration
[JsonProperty("conversionTrackingSetting")]
public virtual GoogleAdsSearchads360V0ResourcesConversionTrackingSetting ConversionTrackingSetting { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesConversionTrackingSetting

CreationTime

Output only. The timestamp when this customer was created. The timestamp is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss" format.

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

CurrencyCode

Immutable. The currency in which the account operates. A subset of the currency codes from the ISO 4217 standard is supported.

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

DescriptiveName

Optional, non-unique descriptive name of the customer.

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

DoubleClickCampaignManagerSetting

Output only. DoubleClick Campaign Manager (DCM) setting for a manager customer.

Declaration
[JsonProperty("doubleClickCampaignManagerSetting")]
public virtual GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting DoubleClickCampaignManagerSetting { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V0ResourcesDoubleClickCampaignManagerSetting

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EngineId

Output only. ID of the account in the external engine account.

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

FinalUrlSuffix

The URL template for appending params to the final URL.

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

Id

Output only. The ID of the customer.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

LastModifiedTime

Output only. The datetime when this customer was last modified. The datetime is in the customer's time zone and in "yyyy-MM-dd HH:mm:ss.ssssss" format.

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

Manager

Output only. Whether the customer is a manager.

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

ManagerDescriptiveName

Output only. The descriptive name of the manager.

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

ManagerId

Output only. The customer ID of the manager. A 0 value indicates that the customer has no SA360 manager.

Declaration
[JsonProperty("managerId")]
public virtual long? ManagerId { get; set; }
Property Value
Type Description
long?

ResourceName

Immutable. The resource name of the customer. Customer resource names have the form: customers/{customer_id}

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

Status

Output only. The status of the customer.

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

SubManagerDescriptiveName

Output only. The descriptive name of the sub manager.

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

SubManagerId

Output only. The customer ID of the sub manager. A 0 value indicates that the customer has no sub SA360 manager.

Declaration
[JsonProperty("subManagerId")]
public virtual long? SubManagerId { get; set; }
Property Value
Type Description
long?

TimeZone

Immutable. The local timezone ID of the customer.

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

TrackingUrlTemplate

The URL template for constructing a tracking URL out of parameters.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX