AI-generated Key Takeaways
-
This page provides documentation on how to request a review for a site using the AdSense Platforms API.
-
The request is made via a
POST
HTTP request to a specific endpoint that includes the site's name. -
The request body must be empty, and a successful response body is also empty.
-
Requesting a site review requires 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/v1/{name=platforms/*/accounts/*/sites/*}:requestReview
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
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