[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-02 UTC."],[],[],null,["- [JSON representation](#SCHEMA_REPRESENTATION)\n- [EncryptionEntityType](#EncryptionEntityType)\n- [EncryptionSource](#EncryptionSource)\n\nA description of how user IDs are encrypted.\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"encryptionEntityType\": enum (/doubleclick-advertisers/rest/v5/EncryptionInfo#EncryptionEntityType), \"encryptionEntityId\": string, \"encryptionSource\": enum (/doubleclick-advertisers/rest/v5/EncryptionInfo#EncryptionSource), \"kind\": string } ``` |\n\n| Fields ||\n|------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `encryptionEntityType` | `enum (`[EncryptionEntityType](/doubleclick-advertisers/rest/v5/EncryptionInfo#EncryptionEntityType)`)` The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer. |\n| `encryptionEntityId` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer. |\n| `encryptionSource` | `enum (`[EncryptionSource](/doubleclick-advertisers/rest/v5/EncryptionInfo#EncryptionSource)`)` Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer. |\n| `kind` | `string` Identifies what kind of resource this is. Value: the fixed string `\"dfareporting#encryptionInfo\"` . |\n\nEncryptionEntityType\n\n| Enums ||\n|----------------------------------|---|\n| `ENCRYPTION_ENTITY_TYPE_UNKNOWN` | |\n| `DCM_ACCOUNT` | |\n| `DCM_ADVERTISER` | |\n| `DBM_PARTNER` | |\n| `DBM_ADVERTISER` | |\n| `ADWORDS_CUSTOMER` | |\n| `DFP_NETWORK_CODE` | |\n\nEncryptionSource\n\n| Enums ||\n|----------------------------|---|\n| `ENCRYPTION_SCOPE_UNKNOWN` | |\n| `AD_SERVING` | |\n| `DATA_TRANSFER` | |"]]