Method: accounts.adclients.adunits.getAdcode

  • This page provides documentation on how to get the ad unit code for a given ad unit.

  • The process involves a GET HTTP request to a specified URL with the ad unit's name included in the path parameters.

  • The request body must be empty, and the response body will contain the ad unit code in a JSON representation.

  • Required authorization scopes are listed for accessing this functionality.

Gets the ad unit code for a given ad unit.

For more information, see About the AdSense code and Where to place the ad code in your HTML.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the adunit for which to get the adcode. Format: accounts/{account}/adclients/{adclient}/adunits/{adunit}

Request body

The request body must be empty.

Response body

Representation of the ad unit code for a given ad unit.

For more information, see About the AdSense code and Where to place the ad code in your HTML.

If successful, the response body contains data with the following structure:

JSON representation
{
  "adCode": string
}
Fields
adCode

string

Output only. The code snippet to add to the body of an HTML page.

Authorization scopes

Requires one of the following OAuth scopes:

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