google_api_dfa_reporting v0.8.0 GoogleApi.DFAReporting.V34.Model.EncryptionInfo View Source

A description of how user IDs are encrypted.

Attributes

  • encryptionEntityId (type: String.t, default: nil) - The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionEntityType (type: String.t, default: nil) - The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.
  • encryptionSource (type: String.t, default: nil) - Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.
  • kind (type: String.t, default: dfareporting#encryptionInfo) - Identifies what kind of resource this is. Value: the fixed string "dfareporting#encryptionInfo".

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.DFAReporting.V34.Model.EncryptionInfo{
  encryptionEntityId: String.t(),
  encryptionEntityType: String.t(),
  encryptionSource: String.t(),
  kind: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.