EncryptionInfo
Stay organized with collections
Save and categorize content based on your preferences.
A description of how user IDs are encrypted.
Fields |
encryptionEntityType |
enum (EncryptionEntityType )
The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer.
|
encryptionEntityId |
string (int64 format)
The encryption entity ID. This should match the encryption configuration for ad serving or Data Transfer.
|
encryptionSource |
enum (EncryptionSource )
Describes whether the encrypted cookie was received from ad serving (the %m macro) or from Data Transfer.
|
kind |
string
Identifies what kind of resource this is. Value: the fixed string
"dfareporting#encryptionInfo"
.
|
EncryptionEntityType
Enums |
ENCRYPTION_ENTITY_TYPE_UNKNOWN |
|
DCM_ACCOUNT |
|
DCM_ADVERTISER |
|
DBM_PARTNER |
|
DBM_ADVERTISER |
|
ADWORDS_CUSTOMER |
|
DFP_NETWORK_CODE |
|
EncryptionSource
Enums |
ENCRYPTION_SCOPE_UNKNOWN |
|
AD_SERVING |
|
DATA_TRANSFER |
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-02 UTC.
[null,null,["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` | |"]]