encryptionSource property

String? encryptionSource
getter/setter pair

Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer. Possible string values are:

  • "ENCRYPTION_SCOPE_UNKNOWN"
  • "AD_SERVING"
  • "DATA_TRANSFER"

Implementation

core.String? encryptionSource;