Method: accounts.reports.getSaved
Gets the saved report from the given resource name.
HTTP request
GET https://adsense.googleapis.com/v2/{name=accounts/*/reports/*}/saved
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. The name of the saved report to retrieve. Format: accounts/{account}/reports/{report}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SavedReport
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsense
https://www.googleapis.com/auth/adsense.readonly
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 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["Retrieves a saved report from a specified resource name using an HTTP GET request."],["Requires a path parameter `name` to identify the saved report within the given format."],["An empty request body is necessary, and the response returns a `SavedReport` object if successful."],["Authorization requires either `adsense` or `adsense.readonly` OAuth scopes."]]],[]]