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

Contents

Description

Get the specified custom channel from the specified ad client.

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

Synopsis

REST Resource

type CustomChannelsGetResource = "adsense" :> ("v1.4" :> ("adclients" :> (Capture "adClientId" Text :> ("customchannels" :> (Capture "customChannelId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` CustomChannel)))))) Source

A resource alias for adsense.customchannels.get method which the CustomChannelsGet request conforms to.

Creating a Request

customChannelsGet Source

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

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

Request Lenses

ccgCustomChannelId :: Lens' CustomChannelsGet Text Source

Custom channel to retrieve.

ccgAdClientId :: Lens' CustomChannelsGet Text Source

Ad client which contains the custom channel.