gogol-analytics-0.0.1: Google Analytics 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.Analytics.Management.Filters.Get

Contents

Description

Returns a filters to which the user has access.

See: Google Analytics API Reference for analytics.management.filters.get.

Synopsis

REST Resource

type ManagementFiltersGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Filter))))))) Source

A resource alias for analytics.management.filters.get method which the ManagementFiltersGet request conforms to.

Creating a Request

managementFiltersGet Source

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

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

Request Lenses

mfgFilterId :: Lens' ManagementFiltersGet Text Source

Filter ID to retrieve filters for.

mfgAccountId :: Lens' ManagementFiltersGet Text Source

Account ID to retrieve filters for.