Method: platforms.accounts.sites.requestReview

  • This document outlines the process for requesting a review of a site within the AdSense platform.

  • Requests are submitted via a POST request to a specific endpoint with site details in the URL path.

  • The request body is empty, and a successful response will also be empty, indicating the review request has been received.

  • To initiate the request, you will need authorization with the https://www.googleapis.com/auth/adsense scope.

  • Prior to review, ensure the site is in the required state (REQUIRES_REVIEW or NEEDS_ATTENTION) and has an ad tag placed.

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/v1/{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