Ads API .NET library
|
Address identifier of a user list member. Accessible for whitelisted customers only. More...
Classes | |
class | Fields |
List of all supported fields for the AddressInfo class. More... | |
class | FilterableFields |
List of all supported filterable fields for the AddressInfo class. More... | |
class | SelectableFields |
List of all supported selectable fields for the AddressInfo class. More... | |
Properties | |
string | hashedFirstName [get, set] |
First name of the member, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between). This field is required and should not be More... | |
string | hashedLastName [get, set] |
Last name of the member, which is hashed as SHA-256 after normalized (lower case only and no punctuation). This field is required and should not be More... | |
string | countryCode [get, set] |
2-letter country code in ISO-3166-1 alpha-2 of the member's address. This field is required and should not be More... | |
string | zipCode [get, set] |
Zip code of the member's address. This field is required and should not be More... | |
Address identifier of a user list member. Accessible for whitelisted customers only.
|
getset |
2-letter country code in ISO-3166-1 alpha-2 of the member's address. This field is required and should not be
null
. The length of this string should be between 2 and 2, inclusive.
|
getset |
First name of the member, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between). This field is required and should not be
null
.
|
getset |
Last name of the member, which is hashed as SHA-256 after normalized (lower case only and no punctuation). This field is required and should not be
null
.
|
getset |
Zip code of the member's address. This field is required and should not be
null
. This string must not be empty.