[[["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 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."]]],["This document details retrieving a saved report via an HTTP GET request. The request URL, using gRPC Transcoding, includes a required `name` parameter specifying the report's location in the format: `accounts/{account}/reports/{report}`. The request body must be empty. A successful response returns a `SavedReport` instance. Access requires authorization with either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scope.\n"]]