[[["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 information about a specified AdSense account using a GET request."],["Requires providing the account name as a path parameter in the request URL."],["Returns an `Account` object containing the account information if the request is successful."],["Needs authorization with either `adsense` or `adsense.readonly` scope."]]],["The core content describes how to retrieve information about an AdSense account. A `GET` request is sent to `https://adsense.googleapis.com/v2/{name=accounts/*}`, with the `name` path parameter specifying the target account in the format `accounts/{account}`. The request body must be empty. Upon success, the response will contain an `Account` instance. This operation requires either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scope.\n"]]