Reference documentation and code samples for the Google Ads Data Manager V1 Client class AddressInfo.
Address information for the user.
Generated from protobuf message google.ads.datamanager.v1.AddressInfo
Namespace
Google \ Ads \ DataManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ given_name
string
Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
↳ family_name
string
Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
↳ region_code
string
Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.
↳ postal_code
string
Required. The postal code of the user's address.
getGivenName
Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
string
setGivenName
Required. Given (first) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
var
string
$this
getFamilyName
Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
string
setFamilyName
Required. Family (last) name of the user, all lowercase, with no punctuation, no leading or trailing whitespace, and hashed as SHA-256.
var
string
$this
getRegionCode
Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.
string
setRegionCode
Required. The 2-letter region code in ISO-3166-1 alpha-2 of the user's address.
var
string
$this
getPostalCode
Required. The postal code of the user's address.
string
setPostalCode
Required. The postal code of the user's address.
var
string
$this

