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

Contents

Description

Get the specified custom channel from the specified ad client for the specified account.

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

Synopsis

REST Resource

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

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

Creating a Request

accountsCustomChannelsGet Source

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

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

Request Lenses

accgAdClientId :: Lens' AccountsCustomChannelsGet Text Source

Ad client which contains the custom channel.

accgAccountId :: Lens' AccountsCustomChannelsGet Text Source

Account to which the ad client belongs.