gogol-analytics-0.2.0: Google Analytics SDK.

Copyright(c) 2015-2016 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.Analytics.Management.WebPropertyAdWordsLinks.List

Contents

Description

Lists webProperty-AdWords links for a given web property.

See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.list.

Synopsis

REST Resource

type ManagementWebPropertyAdWordsLinksListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityAdWordsLinks)))))))))) Source #

A resource alias for analytics.management.webPropertyAdWordsLinks.list method which the ManagementWebPropertyAdWordsLinksList request conforms to.

Creating a Request

managementWebPropertyAdWordsLinksList Source #

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

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

data ManagementWebPropertyAdWordsLinksList Source #

Lists webProperty-AdWords links for a given web property.

See: managementWebPropertyAdWordsLinksList smart constructor.

Request Lenses

mwpawllWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksList Text Source #

Web property ID to retrieve the AdWords links for.

mwpawllAccountId :: Lens' ManagementWebPropertyAdWordsLinksList Text Source #

ID of the account which the given web property belongs to.

mwpawllStartIndex :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32) Source #

An index of the first webProperty-AdWords link to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

mwpawllMaxResults :: Lens' ManagementWebPropertyAdWordsLinksList (Maybe Int32) Source #

The maximum number of webProperty-AdWords links to include in this response.