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.AdUnits.Get

Contents

Description

Gets the specified ad unit in the specified ad client.

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

Synopsis

REST Resource

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

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

Creating a Request

adUnitsGet Source

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

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

data AdUnitsGet Source

Gets the specified ad unit in the specified ad client.

See: adUnitsGet smart constructor.

Request Lenses

augAdUnitId :: Lens' AdUnitsGet Text Source

Ad unit to retrieve.

augAdClientId :: Lens' AdUnitsGet Text Source

Ad client for which to get the ad unit.