Package | Description |
---|---|
com.google.api.services.dfareporting.model |
Modifier and Type | Method and Description |
---|---|
UserIdentifier |
UserIdentifier.clone() |
UserIdentifier |
UserIdentifier.set(String fieldName,
Object value) |
UserIdentifier |
UserIdentifier.setAddressInfo(OfflineUserAddressInfo addressInfo)
Address information.
|
UserIdentifier |
UserIdentifier.setHashedEmail(String hashedEmail)
Hashed email address using SHA-256 hash function after normalization.
|
UserIdentifier |
UserIdentifier.setHashedPhoneNumber(String hashedPhoneNumber)
Hashed phone number using SHA-256 hash function after normalization (E164 standard).
|
Modifier and Type | Method and Description |
---|---|
List<UserIdentifier> |
Conversion.getUserIdentifiers()
The user identifiers to enhance the conversion.
|
Modifier and Type | Method and Description |
---|---|
Conversion |
Conversion.setUserIdentifiers(List<UserIdentifier> userIdentifiers)
The user identifiers to enhance the conversion.
|
Copyright © 2011–2025 Google. All rights reserved.