OfflineUserAddressInfo Stay organized with collections Save and categorize content based on your preferences.
Page Summary
Offline data address identifiers include hashed first and last names, city, state, country code, postal code, and hashed street address.
hashed_first_nameandhashed_last_nameare SHA-256 hashed strings after normalization.cityandstateare accepted only for Store Sales and ConversionAdjustmentUploadService.country_codeis a 2-letter ISO-3166-1 alpha-2 code.hashed_street_addressis a SHA-256 hashed string after normalization and is only accepted for ConversionAdjustmentUploadService.
Address identifier of offline data.
| Fields | |
|---|---|
|
City of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService. |
|
2-letter country code in ISO-3166-1 alpha-2 of the user's address. |
|
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). |
|
Last name of the user, which is hashed as SHA-256 after normalized (lower case only and no punctuation). |
|
The street address of the user hashed using SHA-256 hash function after normalization (lower case only). Only accepted for ConversionAdjustmentUploadService. |
|
Postal code of the user's address. |
|
State code of the address. Only accepted for Store Sales and ConversionAdjustmentUploadService. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-12 UTC.