encryptedUserIdCandidates property

List<String>? encryptedUserIdCandidates
getter/setter pair

A list of the alphanumeric encrypted user IDs.

Any user ID with exposure prior to the conversion timestamp will be used in the inserted conversion. If no such user ID is found then the conversion will be rejected with INVALID_ARGUMENT error. When set, encryptionInfo should also be specified. This field may only be used when calling batchinsert; it is not supported by batchupdate. This field is mutually exclusive with encryptedUserId, matchId, mobileDeviceId, gclid dclid, and impressionId. This or encryptedUserId or matchId or mobileDeviceId or gclid or dclid or impressionId is a required field.

Implementation

core.List<core.String>? encryptedUserIdCandidates;