This is legacy documentation, and may not be complete. To see the latest documentation, if you are a marketer, refer to the Marketers site. If you are a measurement partner, refer to the Measurement Partners site.
[[["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 2024-09-18 UTC."],[[["\u003cp\u003eThis documentation describes the JSON representation used for privacy-related information or warning messages within Ads Data Hub.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON object includes a \u003ccode\u003etype\u003c/code\u003e field specifying the message category and a \u003ccode\u003edetails\u003c/code\u003e field providing the message content.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etype\u003c/code\u003e field uses an enumeration (\u003ccode\u003ePrivacyMessageType\u003c/code\u003e) to categorize messages, and the \u003ccode\u003edetails\u003c/code\u003e field is a simple string containing the message text.\u003c/p\u003e\n"]]],["The content defines the JSON representation for privacy-related messages. It specifies a JSON object with two fields: `type`, an enumerated value indicating the message type, and `details`, a string containing the message text. The `type` field references a defined `PrivacyMessageType` enumeration, and the `details` field holds the specific textual content of the privacy message. The representation is used to communicate privacy-related warnings or information.\n"],null,["# PrivacyMessage\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nPrivacy related information or warning message.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------|\n| ``` { \"type\": enum (/ads-data-hub/reference/rest/v1/PrivacyMessageType), \"details\": string } ``` |\n\n| Fields ||\n|-----------|----------------------------------------------------------------------------------------------------------|\n| `type` | `enum (`[PrivacyMessageType](/ads-data-hub/reference/rest/v1/PrivacyMessageType)`)` Type of the message. |\n| `details` | `string` Text of the message. |"]]