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

Contents

Description

Lists experiments to which the user has access.

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

Synopsis

REST Resource

type ManagementExperimentsListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("experiments" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` Experiments)))))))))))) Source

A resource alias for analytics.management.experiments.list method which the ManagementExperimentsList request conforms to.

Creating a Request

managementExperimentsList Source

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

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

Request Lenses

melWebPropertyId :: Lens' ManagementExperimentsList Text Source

Web property ID to retrieve experiments for.

melProFileId :: Lens' ManagementExperimentsList Text Source

View (Profile) ID to retrieve experiments for.

melAccountId :: Lens' ManagementExperimentsList Text Source

Account ID to retrieve experiments for.

melStartIndex :: Lens' ManagementExperimentsList (Maybe Int32) Source

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

melMaxResults :: Lens' ManagementExperimentsList (Maybe Int32) Source

The maximum number of experiments to include in this response.