[[["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 2025-02-28 UTC."],[[["\u003cp\u003eA \u003ccode\u003eSavedReport\u003c/code\u003e resource represents a saved report with a name and title.\u003c/p\u003e\n"],["\u003cp\u003eIt includes fields for \u003ccode\u003ename\u003c/code\u003e (resource name) and \u003ccode\u003etitle\u003c/code\u003e (report title).\u003c/p\u003e\n"],["\u003cp\u003eAvailable methods for \u003ccode\u003eSavedReport\u003c/code\u003e include generating reports (in JSON or CSV format) and listing saved reports.\u003c/p\u003e\n"]]],["Saved reports, identified by a unique name and user-defined title, can be managed through specific actions. Core operations include generating a report, generating a CSV-formatted version of the report, and listing all saved reports. Reports are uniquely identifiable by their `name` and `title`, within the format `accounts/{account}/reports/{report}`, with `title` set by the publisher.\n"],null,["# REST Resource: accounts.reports.saved\n\n- [Resource: SavedReport](#SavedReport)\n - [JSON representation](#SavedReport.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: SavedReport\n---------------------\n\nRepresentation of a saved report.\n\n| JSON representation |\n|---------------------------------------------|\n| ``` { \"name\": string, \"title\": string } ``` |\n\n| Fields ||\n|---------|------------------------------------------------------------------------------------------------|\n| `name` | `string` Output only. Resource name of the report. Format: accounts/{account}/reports/{report} |\n| `title` | `string` Report title as specified by publisher. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------------------|-----------------------------------------|\n| ### [generate](/adsense/management/reference/rest/v2/accounts.reports.saved/generate) | Generates a saved report. |\n| ### [generateCsv](/adsense/management/reference/rest/v2/accounts.reports.saved/generateCsv) | Generates a csv formatted saved report. |\n| ### [list](/adsense/management/reference/rest/v2/accounts.reports.saved/list) | Lists saved reports. |"]]