REST Resource: accounts.reports.saved
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."],[[["A `SavedReport` resource represents a saved report with a name and title."],["It includes fields for `name` (resource name) and `title` (report title)."],["Available methods for `SavedReport` include generating reports (in JSON or CSV format) and listing saved reports."]]],["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"]]