gogol-analytics-0.4.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.ProFileFilterLinks.List

Contents

Description

Lists all profile filter links for a profile.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profileFilterLinks.list method which the ManagementProFileFilterLinksList request conforms to.

Creating a Request

data ManagementProFileFilterLinksList Source #

Lists all profile filter links for a profile.

See: managementProFileFilterLinksList smart constructor.

Request Lenses

mpffllWebPropertyId :: Lens' ManagementProFileFilterLinksList Text Source #

Web property Id for profile filter links for. Can either be a specific web property ID or '~all', which refers to all the web properties that user has access to.

mpffllProFileId :: Lens' ManagementProFileFilterLinksList Text Source #

Profile ID to retrieve filter links for. Can either be a specific profile ID or '~all', which refers to all the profiles that user has access to.

mpffllAccountId :: Lens' ManagementProFileFilterLinksList Text Source #

Account ID to retrieve profile filter links for.

mpffllStartIndex :: Lens' ManagementProFileFilterLinksList (Maybe Int32) Source #

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

mpffllMaxResults :: Lens' ManagementProFileFilterLinksList (Maybe Int32) Source #

The maximum number of profile filter links to include in this response.