Method: platforms.accounts.sites.create

  • Creates a new AdSense site for a given account.

  • Requires providing the account information via the URL path parameter.

  • The request should contain a Site object in its body to define the site details.

  • Successful responses will include the newly created Site object.

  • This operation needs authorization with the https://www.googleapis.com/auth/adsense scope.

Creates a site for a specified account.

HTTP request

POST https://adsenseplatform.googleapis.com/v1/{parent=platforms/*/accounts/*}/sites

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. Account to create site. Format: platforms/{platform}/accounts/{account_id}

Request body

The request body contains an instance of Site.

Response body

If successful, the response body contains a newly created instance of Site.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/adsense