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

Contents

Description

Update an existing experiment. This method supports patch semantics.

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

Synopsis

REST Resource

type ManagementExperimentsPatchResource = "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 :> Patch `[JSON]` Experiment)))))))))))) Source

A resource alias for analytics.management.experiments.patch method which the ManagementExperimentsPatch request conforms to.

Creating a Request

managementExperimentsPatch Source

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

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

Request Lenses

mepWebPropertyId :: Lens' ManagementExperimentsPatch Text Source

Web property ID of the experiment to update.

mepProFileId :: Lens' ManagementExperimentsPatch Text Source

View (Profile) ID of the experiment to update.

mepAccountId :: Lens' ManagementExperimentsPatch Text Source

Account ID of the experiment to update.

mepExperimentId :: Lens' ManagementExperimentsPatch Text Source

Experiment ID of the experiment to update.