[[["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 detailed information about a specific AdSense site using its unique identifier."],["Requires authorization with either `adsense` or `adsense.readonly` scope."],["Employs a straightforward `GET` request structure, expecting an empty request body."],["Delivers a `Site` object as the response, containing comprehensive site details, if successful."],["Utilizes path parameters to specify the account and site for information retrieval."]]],["The core content describes how to retrieve information about a specific site using a `GET` request to the provided URL (`https://adsense.googleapis.com/v2/{name=accounts/*/sites/*}`). The `name` parameter in the URL is mandatory and specifies the site's identifier. The request body must be empty. A successful response will contain site information in the `Site` format. Accessing this information requires either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scopes.\n"]]