GoogleAdsSearchads360V23CommonUserIdentifier class
identifying information.
Constructors
- GoogleAdsSearchads360V23CommonUserIdentifier({GoogleAdsSearchads360V23CommonOfflineUserAddressInfo? addressInfo, String? hashedEmail, String? hashedPhoneNumber, String? mobileId, String? thirdPartyUserId, String? userIdentifierSource})
- GoogleAdsSearchads360V23CommonUserIdentifier.fromJson(Map json_)
Properties
- addressInfo ↔ GoogleAdsSearchads360V23CommonOfflineUserAddressInfo?
-
Address information.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- hashedEmail ↔ String?
-
Hashed email address using SHA-256 hash function after normalization.
getter/setter pair
- hashedPhoneNumber ↔ String?
-
Hashed phone number using SHA-256 hash function after normalization (E164
standard).
getter/setter pair
- mobileId ↔ String?
-
Mobile device ID (advertising ID/IDFA).
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- thirdPartyUserId ↔ String?
-
Advertiser-assigned user ID for Customer Match upload, or
third-party-assigned user ID for
getter/setter pair
- userIdentifierSource ↔ String?
-
Source of the user identifier when the upload is from Store Sales
Possible string values are:
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited