Ads API .NET library
|
Represents a customer for the CustomerService. More...
Classes | |
class | Fields |
List of all supported fields for the Customer class. More... | |
class | FilterableFields |
List of all supported filterable fields for the Customer class. More... | |
class | SelectableFields |
List of all supported selectable fields for the Customer class. More... | |
Properties | |
long | customerId [get, set] |
The 10-digit AdWords Customer ID. This field is read only and will be ignored when sent to the API. More... | |
bool | customerIdSpecified [get, set] |
string | currencyCode [get, set] |
The currency in which this account operates. We support a subset of the currency codes derived from the ISO 4217 standard. See Currency Codes for the currently supported currencies. This field is read only and will be ignored when sent to the API. The length of this string should be between 3 and 3, inclusive. More... | |
string | dateTimeZone [get, set] |
The local timezone ID for this customer. See Time Zone Codes for the currently supported list. This field is read only and will be ignored when sent to the API. This string must not be empty. More... | |
string | descriptiveName [get, set] |
An optional, non-unique descriptive name for this customer. This field is read only and will be ignored when sent to the API. More... | |
bool | canManageClients [get, set] |
Whether this customer can manage other AdWords customers This field is read only and will be ignored when sent to the API. More... | |
bool | canManageClientsSpecified [get, set] |
bool | testAccount [get, set] |
Whether this customer's account is a test account. This field is read only and will be ignored when sent to the API. More... | |
bool | testAccountSpecified [get, set] |
bool | autoTaggingEnabled [get, set] |
Whether auto-tagging is enabled for this customer. More... | |
bool | autoTaggingEnabledSpecified [get, set] |
string | trackingUrlTemplate [get, set] |
URL template for constructing a tracking URL. More... | |
string | finalUrlSuffix [get, set] |
URL template for appending params to Final URL. More... | |
bool | parallelTrackingEnabled [get, set] |
Whether parallel tracking is enabled for this customer. More... | |
bool | parallelTrackingEnabledSpecified [get, set] |
ConversionTrackingSettings | conversionTrackingSettings [get, set] |
Customer-level AdWords Conversion Tracking settings More... | |
RemarketingSettings | remarketingSettings [get, set] |
Customer-level AdWords Remarketing settings This field is read only and will be ignored when sent to the API. More... | |
Represents a customer for the CustomerService.
|
getset |
Whether auto-tagging is enabled for this customer.
|
getset |
true
, if a value is specified for autoTaggingEnabled, false
otherwise.
|
getset |
Whether this customer can manage other AdWords customers This field is read only and will be ignored when sent to the API.
|
getset |
true
, if a value is specified for canManageClients, false
otherwise.
|
getset |
Customer-level AdWords Conversion Tracking settings
|
getset |
The currency in which this account operates. We support a subset of the currency codes derived from the ISO 4217 standard. See Currency Codes for the currently supported currencies. This field is read only and will be ignored when sent to the API. The length of this string should be between 3 and 3, inclusive.
|
getset |
|
getset |
true
, if a value is specified for customerId, false
otherwise.
|
getset |
The local timezone ID for this customer. See Time Zone Codes for the currently supported list. This field is read only and will be ignored when sent to the API. This string must not be empty.
Referenced by Google.Api.Ads.AdWords.Examples.CSharp.v201809.AddSitelinks.Run().
|
getset |
An optional, non-unique descriptive name for this customer. This field is read only and will be ignored when sent to the API.
|
getset |
URL template for appending params to Final URL.
On update, empty string ("") indicates to clear the field.
This field is supported only in test accounts.
|
getset |
Whether parallel tracking is enabled for this customer.
|
getset |
true
, if a value is specified for parallelTrackingEnabled, false
otherwise.
|
getset |
Customer-level AdWords Remarketing settings This field is read only and will be ignored when sent to the API.
|
getset |
Whether this customer's account is a test account. This field is read only and will be ignored when sent to the API.
|
getset |
true
, if a value is specified for testAccount, false
otherwise.
|
getset |
URL template for constructing a tracking URL.
On update, empty string ("") indicates to clear the field.