AI-generated Key Takeaways
-
This document outlines the process for requesting a review of a site within the AdSense platform using an HTTP POST request.
-
The request requires a specific URL structure with path parameters identifying the platform, account, and site under review.
-
No request body is needed, and a successful request will result in an empty response body.
-
Users need to have the
https://www.googleapis.com/auth/adsense
authorization scope to initiate this request.
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 |
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