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, used for Store Sales and Conversion Adjustment uploads, is identified using hashed and normalized personal and address data."],["Hashed personal data includes first and last names, subjected to SHA-256 hashing after specific normalization processes."],["Address identifiers include city, state, country code, postal code, and a hashed street address for Conversion Adjustment uploads."],["All hashing is performed using SHA-256, while normalization techniques vary slightly for different fields."],["Street address hashing is applied only for Conversion Adjustment uploads, while city and state are limited to Store Sales and Conversion Adjustments."]]],[]]