[[["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."],[[["\u003cp\u003eRetrieves detailed information about a specific AdSense policy issue using a GET request.\u003c/p\u003e\n"],["\u003cp\u003eRequires the \u003ccode\u003ename\u003c/code\u003e path parameter to identify the target policy issue within a given AdSense account.\u003c/p\u003e\n"],["\u003cp\u003eAn empty request body is necessary, and a successful response provides a \u003ccode\u003ePolicyIssue\u003c/code\u003e object containing the issue's details.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes, such as \u003ccode\u003eadsense\u003c/code\u003e or \u003ccode\u003eadsense.readonly\u003c/code\u003e, for access control.\u003c/p\u003e\n"]]],["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"],null,["# Method: accounts.policyIssues.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets information about the selected policy issue.\n\n### HTTP request\n\n`GET https://adsense.googleapis.com/v2/{name=accounts/*/policyIssues/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. Name of the policy issue. Format: accounts/{account}/policyIssues/{policy_issue} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [PolicyIssue](/adsense/management/reference/rest/v2/accounts.policyIssues#PolicyIssue).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/adsense`\n- `\n https://www.googleapis.com/auth/adsense.readonly`"]]