Method: accounts.policyIssues.get
Stay organized with collections
Save and categorize content based on your preferences.
Gets information about the selected policy issue.
HTTP request
GET https://adsense.googleapis.com/v2/{name=accounts/*/policyIssues/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Name of the policy issue. Format: accounts/{account}/policyIssues/{policy_issue}
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of PolicyIssue
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsense
https://www.googleapis.com/auth/adsense.readonly
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[],["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,[]]