Method: accounts.policyIssues.get

  • This page provides details about retrieving information for a specific policy issue.

  • The request is made using a GET method to a specific URL containing the account and policy issue name.

  • The only required parameter is the policy issue name, which is included in the path.

  • The request body must be empty, and a successful response will return a PolicyIssue object.

  • Access requires one of two specified OAuth scopes for authorization.

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