[[["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 policy issue using a GET request."],["Requires the `name` path parameter to identify the target policy issue within a given AdSense account."],["An empty request body is necessary, and a successful response provides a `PolicyIssue` object containing the issue's details."],["Authorization requires specific OAuth scopes, such as `adsense` or `adsense.readonly`, for access control."]]],["The core content describes how to retrieve information about a specific policy issue. A `GET` request is sent to the provided URL, which includes the policy issue's name as a required path parameter. The request body must be empty. A successful response returns a `PolicyIssue` object. This action requires authorization, using either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scopes. The specified URL is based on gRPC Transcoding.\n"]]