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.Update

Contents

Description

Update an existing experiment.

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

Synopsis

REST Resource

type ManagementExperimentsUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("experiments" :> (Capture "experimentId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Experiment :> Put `[JSON]` Experiment)))))))))))) Source

A resource alias for analytics.management.experiments.update method which the ManagementExperimentsUpdate request conforms to.

Creating a Request

managementExperimentsUpdate Source

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

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

Request Lenses

meuWebPropertyId :: Lens' ManagementExperimentsUpdate Text Source

Web property ID of the experiment to update.

meuProFileId :: Lens' ManagementExperimentsUpdate Text Source

View (Profile) ID of the experiment to update.

meuAccountId :: Lens' ManagementExperimentsUpdate Text Source

Account ID of the experiment to update.

meuExperimentId :: Lens' ManagementExperimentsUpdate Text Source

Experiment ID of the experiment to update.