UserIdentifier
Stay organized with collections
Save and categorize content based on your preferences.
User identifying information.
Fields |
user_identifier_source
|
UserIdentifierSource
Source of the user identifier when the upload is from Store Sales, ConversionUploadService, or ConversionAdjustmentUploadService.
|
Union field identifier
identifier . Exactly one must be specified. For OfflineUserDataJobService, Customer Match accepts hashed_email, hashed_phone_number, mobile_id, third_party_user_id, and address_info; Store Sales accepts hashed_email, hashed_phone_number, third_party_user_id, and address_info. ConversionUploadService accepts hashed_email and hashed_phone_number. ConversionAdjustmentUploadService accepts hashed_email, hashed_phone_number, and address_info. identifier can be only one of the following: |
hashed_email
|
string
Hashed email address using SHA-256 hash function after normalization. Accepted for Customer Match, Store Sales, ConversionUploadService, and ConversionAdjustmentUploadService.
|
hashed_phone_number
|
string
Hashed phone number using SHA-256 hash function after normalization (E164 standard). Accepted for Customer Match, Store Sales, ConversionUploadService, and ConversionAdjustmentUploadService.
|
mobile_id
|
string
Mobile device ID (advertising ID/IDFA). Accepted only for Customer Match.
|
third_party_user_id
|
string
Advertiser-assigned user ID for Customer Match upload, or third-party-assigned user ID for Store Sales. Accepted only for Customer Match and Store Sales.
|
address_info
|
OfflineUserAddressInfo
Address information. Accepted only for Customer Match, Store Sales, and 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."],[[["User identifying information includes fields like `user_identifier_source`, `hashed_email`, `hashed_phone_number`, `mobile_id`, `third_party_user_id`, and `address_info`."],["Different Google Ads services accept different combinations of user identifiers for uploads, such as Customer Match, Store Sales, ConversionUploadService, and ConversionAdjustmentUploadService."],["Hashed email and phone numbers are widely accepted across services, while mobile IDs are specific to Customer Match and address information is used in Customer Match, Store Sales, and ConversionAdjustmentUploadService."],["Each identifier field has specific requirements, like using SHA-256 hashing for emails and phone numbers and adhering to standards like E164 for phone numbers."],["Advertiser or third-party assigned user IDs are utilized in Customer Match and Store Sales uploads for identifying users."]]],[]]