Class EncryptedUserId
A user identifier issued to be used for attribution. All fields are required if this is used.
Implements
Inherited Members
Namespace: Google.Apis.DataManager.v1.Data
Assembly: Google.Apis.DataManager.v1.dll
Syntax
public class EncryptedUserId : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EncryptedId
Required. The alphanumeric encrypted id.
Declaration
[JsonProperty("encryptedId")]
public virtual string EncryptedId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EntityId
Required. The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.
Declaration
[JsonProperty("entityId")]
public virtual long? EntityId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
EntityType
Required. The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.
Declaration
[JsonProperty("entityType")]
public virtual string EntityType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Source
Required. Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.
Declaration
[JsonProperty("source")]
public virtual string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |