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 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["Offline data is identified using hashed personal information like first name, last name, and street address, alongside location details such as city, state, country code, and postal code."],["Hashing is applied to first name, last name, and street address for privacy, using SHA-256 after normalization."],["City and state are specifically used for Store Sales and Conversion Adjustment Upload Service functionalities."],["Country code follows the ISO-3166-1 alpha-2 standard, represented by 2 letters."],["Street address hashing is exclusively utilized for Conversion Adjustment Upload Service."]]],[]]