Ads API .NET library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Google.Api.Ads.AdManager.v202308.CustomTargetingKey Class Reference

More...

Properties

long id [get, set]
 The ID of the More...
 
bool idSpecified [get, set]
 
string name [get, set]
 Name of the key. This can be used for encoding . If you don't want users to be able to see potentially sensitive targeting information in the ad tags of your site, you can encode your key/values. For example, you can create key/value g1=abc to represent gender=female. Keys can contain up to 10 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character. More...
 
string displayName [get, set]
 Descriptive name for the key. More...
 
CustomTargetingKeyType type [get, set]
 Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item. More...
 
bool typeSpecified [get, set]
 
CustomTargetingKeyStatus status [get, set]
 Status of the More...
 
bool statusSpecified [get, set]
 
ReportableType reportableType [get, set]
 Reportable state of a {} as defined in ReportableType. More...
 
bool reportableTypeSpecified [get, set]
 

Detailed Description

CustomTargetingKey represents a key used for custom targeting.

Property Documentation

string Google.Api.Ads.AdManager.v202308.CustomTargetingKey.displayName
getset
long Google.Api.Ads.AdManager.v202308.CustomTargetingKey.id
getset

The ID of the

CustomTargetingKey. This value is readonly and is populated by Google.

bool Google.Api.Ads.AdManager.v202308.CustomTargetingKey.idSpecified
getset

true, if a value is specified for id, false otherwise.

string Google.Api.Ads.AdManager.v202308.CustomTargetingKey.name
getset

Name of the key. This can be used for encoding . If you don't want users to be able to see potentially sensitive targeting information in the ad tags of your site, you can encode your key/values. For example, you can create key/value g1=abc to represent gender=female. Keys can contain up to 10 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ], the white space character.

ReportableType Google.Api.Ads.AdManager.v202308.CustomTargetingKey.reportableType
getset

Reportable state of a {} as defined in ReportableType.

bool Google.Api.Ads.AdManager.v202308.CustomTargetingKey.reportableTypeSpecified
getset

true, if a value is specified for reportableType, false otherwise.

CustomTargetingKeyStatus Google.Api.Ads.AdManager.v202308.CustomTargetingKey.status
getset

Status of the

CustomTargetingKey. This field is read-only. A key can be activated and deactivated by calling CustomTargetingService::performCustomTargetingKeyAction.

bool Google.Api.Ads.AdManager.v202308.CustomTargetingKey.statusSpecified
getset

true, if a value is specified for status, false otherwise.

CustomTargetingKeyType Google.Api.Ads.AdManager.v202308.CustomTargetingKey.type
getset

Indicates whether users will select from predefined values or create new targeting values, while specifying targeting criteria for a line item.

bool Google.Api.Ads.AdManager.v202308.CustomTargetingKey.typeSpecified
getset

true, if a value is specified for type, false otherwise.


The documentation for this class was generated from the following file: