Page Summary
-
This document provides information on how to retrieve details about a specific URL channel using an HTTP GET request.
-
The request requires a
namepath parameter specifying the account, ad client, and URL channel. -
The request body must be empty, and a successful response will contain an instance of the
UrlChannelresource. -
The request requires authorization using either the
https://www.googleapis.com/auth/adsenseorhttps://www.googleapis.com/auth/adsense.readonlyOAuth scopes.
Gets information about the selected url channel.
HTTP request
GET https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*/urlchannels/*}
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
name |
Required. The name of the url channel to retrieve. Format: accounts/{account}/adclients/{adclient}/urlchannels/{urlchannel} |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of UrlChannel.
Authorization scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/adsensehttps://www.googleapis.com/auth/adsense.readonly