source property

String? source
getter/setter pair

Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.

Required. Possible string values are:

  • "ENCRYPTION_SOURCE_UNSPECIFIED" : Unspecified encryption source.
  • "AD_SERVING" : Ad serving encryption source.
  • "DATA_TRANSFER" : Data transfer encryption source.

Implementation

core.String? source;