Method: platforms.accounts.sites.requestReview

  • The content provides a reference for requesting a review of a site using an HTTP POST request to the AdSense Platform API.

  • A site must be in the REQUIRES_REVIEW or NEEDS_ATTENTION state to be reviewed.

  • The request requires a name parameter in the URL path to specify the site to be reviewed and has an empty request body.

  • A successful response body is also empty, and the request needs the https://www.googleapis.com/auth/adsense authorization scope.

Requests the review of a site. The site should be in REQUIRES_REVIEW or NEEDS_ATTENTION state.

Note: Make sure you place an ad tag on your site before requesting a review.

HTTP request

POST https://adsenseplatform.googleapis.com/v1alpha/{name=platforms/*/accounts/*/sites/*}:requestReview

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the site to submit for review. Format: platforms/{platform}/accounts/{account}/sites/{site}

Request body

The request body must be empty.

Response body

If successful, the response body is empty.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsense