AI-generated Key Takeaways
-
The webpage provides reference information for the
accounts.platforms.get
method in the AdSense Platforms API. -
This method retrieves a specific platform using a
GET
HTTP request. -
The request requires a
name
path parameter to identify the platform. -
The request body must be empty, and a successful response body will contain a
Platform
instance. -
Authorization is required through specific OAuth scopes related to AdSense.
Gets a platform.
HTTP request
GET https://adsenseplatform.googleapis.com/v1alpha/{name=accounts/*/platforms/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
name |
Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform} |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Platform
.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsense
https://www.googleapis.com/auth/adsense.readonly