Method: accounts.adclients.get

  • This document provides a reference for getting an ad client using a GET HTTP request.

  • The request requires a name path parameter specifying the ad client to retrieve in the format accounts/{account}/adclients/{adclient}.

  • The request body must be empty.

  • The response body contains an instance of AdClient.

  • Authorization requires one of the provided OAuth scopes.

Gets the ad client from the given resource name.

HTTP request

GET https://adsense.googleapis.com/v2/{name=accounts/*/adclients/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. The name of the ad client to retrieve. Format: accounts/{account}/adclients/{adclient}

Request body

The request body must be empty.

Response body

If successful, the response body contains an instance of AdClient.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/adsense
  • https://www.googleapis.com/auth/adsense.readonly