encryptionEntityType property

String? encryptionEntityType
getter/setter pair

The encryption entity type.

This should match the encryption configuration for ad serving or Data Transfer. Possible string values are:

  • "ENCRYPTION_ENTITY_TYPE_UNKNOWN"
  • "DCM_ACCOUNT"
  • "DCM_ADVERTISER"
  • "DBM_PARTNER"
  • "DBM_ADVERTISER"
  • "ADWORDS_CUSTOMER"
  • "DFP_NETWORK_CODE"

Implementation

core.String? encryptionEntityType;