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

Contents

Description

Delete an experiment.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.experiments.delete method which the ManagementExperimentsDelete request conforms to.

Creating a Request

managementExperimentsDelete Source

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

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

Request Lenses

medWebPropertyId :: Lens' ManagementExperimentsDelete Text Source

Web property ID to which the experiment belongs

medProFileId :: Lens' ManagementExperimentsDelete Text Source

View (Profile) ID to which the experiment belongs

medAccountId :: Lens' ManagementExperimentsDelete Text Source

Account ID to which the experiment belongs