Method: accounts.reports.getSaved

  • Retrieve a saved report using a GET request with the resource name in the URL path.

  • The request requires a name parameter specifying the saved report to retrieve in the format accounts/{account}/reports/{report}.

  • The request body must be empty.

  • A successful response contains an instance of SavedReport.

  • Authorization requires specific OAuth scopes, such as https://www.googleapis.com/auth/adsense.readonly.

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