Ads API .NET library
|
Properties | |
long | customTargetingKeyId [get, set] |
The ID of the More... | |
bool | customTargetingKeyIdSpecified [get, set] |
long | id [get, set] |
The ID of the More... | |
bool | idSpecified [get, set] |
string | name [get, set] |
Name of the value. 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. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ]. Values are not data-specific; all values are treated as string. For example, instead of using "age>=18 AND
<=34", try "18-34" More... | |
string | displayName [get, set] |
Descriptive name for the value. More... | |
CustomTargetingValueMatchType | matchType [get, set] |
The way in which the CustomTargetingValue::name strings will be matched. More... | |
bool | matchTypeSpecified [get, set] |
CustomTargetingValueStatus | status [get, set] |
Status of the More... | |
bool | statusSpecified [get, set] |
CustomTargetingValue
represents a value used for custom targeting.
|
getset |
The ID of the
CustomTargetingKey
for which this is the value.
|
getset |
true
, if a value is specified for customTargetingKeyId, false
otherwise.
|
getset |
Descriptive name for the value.
|
getset |
The ID of the
CustomTargetingValue
. This value is readonly and is populated by Google.
|
getset |
true
, if a value is specified for id, false
otherwise.
|
getset |
The way in which the CustomTargetingValue::name strings will be matched.
|
getset |
true
, if a value is specified for matchType, false
otherwise.
|
getset |
Name of the value. 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. Values can contain up to 40 characters each. You can use alphanumeric characters and symbols other than the following: ", ', =, !, +, #, *, ~, ;, ^, (, ), <, >, [, ]. Values are not data-specific; all values are treated as string. For example, instead of using "age>=18 AND <=34", try "18-34"
|
getset |
Status of the
CustomTargetingValue
. This field is read-only. A value can be activated and deactivated by calling CustomTargetingService::performCustomTargetingValueAction.
|
getset |
true
, if a value is specified for status, false
otherwise.