Class GoogleAdsSearchads360V0ResourcesCustomer
A customer.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v0.Data
Assembly: Google.Apis.SA360.v0.dll
Syntax
public class GoogleAdsSearchads360V0ResourcesCustomer : IDirectResponseSchema
Properties
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 |
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? |
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 |
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 |