[[["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."],[[["\u003cp\u003eRetrieves a specific ad client using its resource name.\u003c/p\u003e\n"],["\u003cp\u003eRequires an HTTP GET request to the specified URL with the ad client's name as a path parameter.\u003c/p\u003e\n"],["\u003cp\u003eRequest body should be empty, and a successful response returns an \u003ccode\u003eAdClient\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eAuthorization requires specific OAuth scopes, either \u003ccode\u003eadsense\u003c/code\u003e or \u003ccode\u003eadsense.readonly\u003c/code\u003e.\u003c/p\u003e\n"]]],["This outlines retrieving an ad client using a GET request to `https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*}`. The `name` path parameter, a string, is mandatory and follows the format `accounts/{account}/adclients/{adclient}`. The request body must be empty. Upon success, the response body will contain an `AdClient` instance. This action requires either the `https://www.googleapis.com/auth/adsense` or `https://www.googleapis.com/auth/adsense.readonly` OAuth scope for authorization.\n"],null,["# Method: accounts.adclients.get\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nGets the ad client from the given resource name.\n\n### HTTP request\n\n`GET https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|--------|-----------------------------------------------------------------------------------------------------------|\n| `name` | `string` Required. The name of the ad client to retrieve. Format: accounts/{account}/adclients/{adclient} |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [AdClient](/adsense/management/reference/rest/v2/accounts.adclients#AdClient).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/adsense`\n- `\n https://www.googleapis.com/auth/adsense.readonly`"]]