[[["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."],[[["Retrieves detailed information about a specific URL channel within your AdSense account."],["Requires specifying the URL channel's name using a structured format in the request path."],["An empty request body is necessary, and a successful response includes a comprehensive `UrlChannel` object."],["Authorization necessitates using specific OAuth scopes related to AdSense data access."]]],["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"]]