Show / Hide Table of Contents

Class EncryptedUserId

A user identifier issued to be used for attribution. All fields are required if this is used.

Inheritance
object
EncryptedUserId
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX