Class GoogleAdsSearchads360V23CommonUserIdentifier
identifying information.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonUserIdentifier : IDirectResponseSchema
Properties
AddressInfo
Address information.
Declaration
[JsonProperty("addressInfo")]
public virtual GoogleAdsSearchads360V23CommonOfflineUserAddressInfo AddressInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonOfflineUserAddressInfo |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HashedEmail
Hashed email address using SHA-256 hash function after normalization.
Declaration
[JsonProperty("hashedEmail")]
public virtual string HashedEmail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HashedPhoneNumber
Hashed phone number using SHA-256 hash function after normalization (E164 standard).
Declaration
[JsonProperty("hashedPhoneNumber")]
public virtual string HashedPhoneNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MobileId
Mobile device ID (advertising ID/IDFA).
Declaration
[JsonProperty("mobileId")]
public virtual string MobileId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ThirdPartyUserId
Advertiser-assigned user ID for Customer Match upload, or third-party-assigned user ID for
Declaration
[JsonProperty("thirdPartyUserId")]
public virtual string ThirdPartyUserId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UserIdentifierSource
Source of the user identifier when the upload is from Store Sales
Declaration
[JsonProperty("userIdentifierSource")]
public virtual string UserIdentifierSource { get; set; }
Property Value
| Type | Description |
|---|---|
| string |