Accounts.adunits: getAdCode

Get ad code for the specified ad unit, attaching the specified host custom channels. Try it now.

Request

HTTP request

GET https://www.googleapis.com/adsensehost/v4.1/accounts/accountId/adclients/adClientId/adunits/adUnitId/adcode

Parameters

Parameter name Value Description
Path parameters
accountId string Account which contains the ad client.
adClientId string Ad client with contains the ad unit.
adUnitId string Ad unit to get the code for.
Optional query parameters
hostCustomChannelId string Host custom channel to attach to the ad code.

Authorization

This request requires authorization with the following scope:

Scope
https://www.googleapis.com/auth/adsensehost

For more information, see the authentication and authorization page.

Request body

Do not supply a request body with this method.

Response

If successful, this method returns a response body with the following structure:

{
  "kind": "adsensehost#adCode",
  "adCode": string
}
Property name Value Description Notes
kind string Kind this is, in this case adsensehost#adCode.
adCode string The ad code snippet.

Try it!

Use the APIs Explorer below to call this method on live data and see the response.