OfflineUserAddressInfo
Stay organized with collections
Save and categorize content based on your preferences.
Address identifier of offline data.
Fields |
hashed_first_name
|
string
First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between).
|
hashed_last_name
|
string
Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation).
|
city
|
string
City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
|
state
|
string
State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService.
|
country_code
|
string
2-letter country code in ISO-3166-1 alpha-2 of the user's address.
|
postal_code
|
string
Postal code of the user's address.
|
hashed_street_address
|
string
The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# OfflineUserAddressInfo\n\nAddress identifier of offline data.\n\n| Fields ||\n|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `hashed_first_name` | `string` First name of the user, which is hashed as SHA-256 after normalized (Lowercase all characters; Remove any extra spaces before, after, and in between). |\n| ### `hashed_last_name` | `string` Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation). |\n| ### `city` | `string` City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService. |\n| ### `state` | `string` State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService. |\n| ### `country_code` | `string` 2-letter country code in ISO-3166-1 alpha-2 of the user's address. |\n| ### `postal_code` | `string` Postal code of the user's address. |\n| ### `hashed_street_address` | `string` The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService. |"]]