Ads API .NET library
|
A token of custom affinity audience. A token can be a keyword or placement. It is immutable, that is, it can only be created or removed but not changed. More...
Classes | |
class | Fields |
List of all supported fields for the CustomAffinityToken class. More... | |
class | FilterableFields |
List of all supported filterable fields for the CustomAffinityToken class. More... | |
class | SelectableFields |
List of all supported selectable fields for the CustomAffinityToken class. More... | |
Properties | |
long | customAffinityId [get, set] |
CustomAffinityId can be a dummy value when token is ADDed together with CustomAffinity. This field is required and should not be More... | |
bool | customAffinityIdSpecified [get, set] |
long | customAffinityTokenId [get, set] |
The ID of this custom affinity token. In REMOVE operation, this field or [type, parameter] pair is required. This field is read only and will be ignored when sent to the API for the following Operators: ADD. More... | |
bool | customAffinityTokenIdSpecified [get, set] |
CustomAffinityTokenTokenType | tokenType [get, set] |
The type of custom affinity token, KEYWORD or URL. This field is required and should not be More... | |
bool | tokenTypeSpecified [get, set] |
string | parameter [get, set] |
Keyword when token type is KEYWORD or URL string when token type is URL. This field is required and should not be More... | |
A token of custom affinity audience. A token can be a keyword or placement. It is immutable, that is, it can only be created or removed but not changed.
|
getset |
CustomAffinityId can be a dummy value when token is ADDed together with CustomAffinity. This field is required and should not be
null
.
|
getset |
true
, if a value is specified for customAffinityId, false
otherwise.
|
getset |
The ID of this custom affinity token. In REMOVE operation, this field or [type, parameter] pair is required. This field is read only and will be ignored when sent to the API for the following Operators: ADD.
|
getset |
true
, if a value is specified for customAffinityTokenId, false
otherwise.
|
getset |
|
getset |
The type of custom affinity token, KEYWORD or URL. This field is required and should not be
null
when it is contained within Operators : ADD.
|
getset |
true
, if a value is specified for tokenType, false
otherwise.