REST Resource: accounts.reports.saved
Stay organized with collections
Save and categorize content based on your preferences.
Resource: SavedReport
Representation of a saved report.
JSON representation |
{
"name": string,
"title": string
} |
Fields |
name |
string
Output only. Resource name of the report. Format: accounts/{account}/reports/{report}
|
title |
string
Report title as specified by publisher.
|
Methods |
|
Generates a saved report. |
|
Generates a csv formatted saved report. |
|
Lists saved reports. |
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 2025-02-28 UTC.
[null,null,["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. |"]]