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.URLChannels.List

Contents

Description

List all URL channels in the specified ad client for the specified account.

See: AdSense Management API Reference for adsense.accounts.urlchannels.list.

Synopsis

REST Resource

type AccountsURLChannelsListResource = "adsense" :> ("v1.4" :> ("accounts" :> (Capture "accountId" Text :> ("adclients" :> (Capture "adClientId" Text :> ("urlchannels" :> (QueryParam "pageToken" Text :> (QueryParam "maxResults" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` URLChannels))))))))) Source

A resource alias for adsense.accounts.urlchannels.list method which the AccountsURLChannelsList request conforms to.

Creating a Request

accountsURLChannelsList Source

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

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

Request Lenses

auclAdClientId :: Lens' AccountsURLChannelsList Text Source

Ad client for which to list URL channels.

auclAccountId :: Lens' AccountsURLChannelsList Text Source

Account to which the ad client belongs.

auclPageToken :: Lens' AccountsURLChannelsList (Maybe Text) Source

A continuation token, used to page through URL channels. To retrieve the next page, set this parameter to the value of "nextPageToken" from the previous response.

auclMaxResults :: Lens' AccountsURLChannelsList (Maybe Int32) Source

The maximum number of URL channels to include in the response, used for paging.