gogol-adsense-0.0.1: Google AdSense Management SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.AdSense.Accounts.AdUnits.Get

Contents

Description

Gets the specified ad unit in the specified ad client for the specified account.

See: AdSense Management API Reference for adsense.accounts.adunits.get.

Synopsis

REST Resource

type AccountsAdUnitsGetResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("adunits" :> (Capture "adUnitId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` AdUnit)))))))) Source

A resource alias for adsense.accounts.adunits.get method which the AccountsAdUnitsGet request conforms to.

Creating a Request

accountsAdUnitsGet Source

Creates a value of AccountsAdUnitsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

aaugAdClientId :: Lens' AccountsAdUnitsGet Text Source

Ad client for which to get the ad unit.

aaugAccountId :: Lens' AccountsAdUnitsGet Text Source

Account to which the ad client belongs.