Method: accounts.adclients.urlchannels.get
Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This document provides information on how to retrieve details about a specific URL channel using an HTTP GET request.
The request requires a name path 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 UrlChannel resource.
The request requires authorization using either the https://www.googleapis.com/auth/adsense or https://www.googleapis.com/auth/adsense.readonly OAuth scopes.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-08-21 UTC."],[],["This document outlines how to retrieve information about a specific URL channel via an API. The core action is a `GET` request to a URL following the defined format: `https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*/urlchannels/*}`. The `name` parameter, following a specific format, is mandatory. The request body must be empty. A successful response will return a `UrlChannel` instance. The request requires OAuth scopes, specifically either `adsense` or `adsense.readonly`.\n"]]