[[["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-08-21 UTC."],[[["Alerts provide critical information regarding your AdSense account, categorized by severity levels such as INFO, WARNING, and SEVERE."],["Each alert includes a descriptive message and a machine-readable type for easier identification and management."],["You can access and manage alerts through the provided API methods, such as listing all alerts associated with your account."],["Alert severity is indicated by an enum value and can range from unspecified to severe, allowing you to prioritize based on the urgency of the issue."],["Alerts are represented as JSON objects containing key information like name, severity, message, and type for easy integration into your systems."]]],["Alerts are represented as resources with fields: `name` (resource identifier), `severity` (enum: `INFO`, `WARNING`, `SEVERE`), `message` (localized HTML message), and `type` (machine-readable identifier). The resource name follows the format: `accounts/{account}/alerts/{alert}`. Alert severities range from unspecified to severe. The `list` method is used to retrieve all alerts for a given account.\n"]]