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 using an HTTP POST request.\u003c/p\u003e\n"],["\u003cp\u003eThe request requires a specific URL structure with path parameters identifying the platform, account, and site under review.\u003c/p\u003e\n"],["\u003cp\u003eNo request body is needed, and a successful request will result in an empty response body.\u003c/p\u003e\n"],["\u003cp\u003eUsers need to have the \u003ccode\u003ehttps://www.googleapis.com/auth/adsense\u003c/code\u003e authorization scope to initiate this request.\u003c/p\u003e\n"]]],["A review for a site in `REQUIRES_REVIEW` or `NEEDS_ATTENTION` state is requested via a `POST` HTTP request to `https://adsenseplatform.googleapis.com/v1alpha/{name=platforms/*/accounts/*/sites/*}:requestReview`. The site must have an ad tag. The `name` parameter, specifying the site's path, is required. The request and response bodies are empty. The operation requires the `https://www.googleapis.com/auth/adsense` OAuth scope for authorization.\n"],null,["- [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\nHTTP request\n\n`POST https://adsenseplatform.googleapis.com/v1alpha/{name=platforms/*/accounts/*/sites/*}:requestReview`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\nPath 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\nRequest body\n\nThe request body must be empty.\n\nResponse body\n\nIf successful, the response body is empty.\n\nAuthorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/adsense`"]]