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 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003eThis document describes the encryption of user IDs and provides a JSON representation of the encryption information.\u003c/p\u003e\n"],["\u003cp\u003eIt details the encryption entity type, ID, and source, which should align with ad serving or Data Transfer configurations.\u003c/p\u003e\n"],["\u003cp\u003eIncluded are enumerations for EncryptionEntityType (DCM_ACCOUNT, DCM_ADVERTISER, etc.) and EncryptionSource (AD_SERVING, DATA_TRANSFER).\u003c/p\u003e\n"]]],[],null,["# EncryptionInfo\n\n- [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/v4/EncryptionInfo#EncryptionEntityType), \"encryptionEntityId\": string, \"encryptionSource\": enum (/doubleclick-advertisers/rest/v4/EncryptionInfo#EncryptionSource), \"kind\": string } ``` |\n\n| Fields ||\n|----------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `encryption``Entity``Type` | `enum (`[EncryptionEntityType](/doubleclick-advertisers/rest/v4/EncryptionInfo#EncryptionEntityType)`)` The encryption entity type. This should match the encryption configuration for ad serving or Data Transfer. |\n| `encryption``Entity``Id` | `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| `encryption``Source` | `enum (`[EncryptionSource](/doubleclick-advertisers/rest/v4/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\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\n| Enums ||\n|----------------------------|---|\n| `ENCRYPTION_SCOPE_UNKNOWN` | |\n| `AD_SERVING` | |\n| `DATA_TRANSFER` | |"]]