Method: platforms.accounts.sites.requestReview
Stay organized with collections
Save and categorize content based on your preferences.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-08-21 UTC.
[null,null,["Last updated 2024-08-21 UTC."],[[["\u003cp\u003eThis document outlines the process for requesting a review of a site within the AdSense platform.\u003c/p\u003e\n"],["\u003cp\u003eRequests are submitted via a POST request to a specific endpoint with site details in the URL path.\u003c/p\u003e\n"],["\u003cp\u003eThe request body is empty, and a successful response will also be empty, indicating the review request has been received.\u003c/p\u003e\n"],["\u003cp\u003eTo initiate the request, you will need authorization with the \u003ccode\u003ehttps://www.googleapis.com/auth/adsense\u003c/code\u003e scope.\u003c/p\u003e\n"],["\u003cp\u003ePrior to review, ensure the site is in the required state (REQUIRES_REVIEW or NEEDS_ATTENTION) and has an ad tag placed.\u003c/p\u003e\n"]]],["This document details the process of requesting a site review via a `POST` HTTP request to the specified URL. The URL requires a `name` parameter representing the site. The request body must be empty. A successful review request returns an empty response body. Before requesting a review, an ad tag must be placed on the site. This action also needs authorization with the `https://www.googleapis.com/auth/adsense` OAuth scope.\n"],null,["# Method: platforms.accounts.sites.requestReview\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nRequests the review of a site. The site should be in REQUIRES_REVIEW or NEEDS_ATTENTION state.\n\nNote: Make sure you place an [ad tag](https://developers.google.com/adsense/platforms/direct/ad-tags) on your site before requesting a review.\n\n### HTTP request\n\n`POST https://adsenseplatform.googleapis.com/v1/{name=platforms/*/accounts/*/sites/*}:requestReview`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|----------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the site to submit for review. Format: platforms/{platform}/accounts/{account}/sites/{site} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body is empty.\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsense`"]]