[[["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 using the PrivacyMessageType enum and a \u003ccode\u003edetails\u003c/code\u003e field providing the message text.\u003c/p\u003e\n"]]],["The content defines the JSON structure for privacy-related messages. It specifies a JSON object with two fields: `type`, an enumerated value indicating the message's type (referencing `PrivacyMessageType`), and `details`, a string containing the message's text. This structure is used to represent privacy 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/marketers/reference/rest/v1/PrivacyMessageType), \"details\": string } ``` |\n\n| Fields ||\n|-----------|--------------------------------------------------------------------------------------------------------------------|\n| `type` | `enum (`[PrivacyMessageType](/ads-data-hub/marketers/reference/rest/v1/PrivacyMessageType)`)` Type of the message. |\n| `details` | `string` Text of the message. |"]]