OfflineUserAddressInfo

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.