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

Contents

Description

Updates an existing custom dimension.

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

Synopsis

REST Resource

type ManagementCustomDimensionsUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDimensions" :> (Capture "customDimensionId" Text :> (QueryParam "ignoreCustomDataSourceLinks" Bool :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` CustomDimension :> Put `[JSON]` CustomDimension))))))))))) Source

A resource alias for analytics.management.customDimensions.update method which the ManagementCustomDimensionsUpdate request conforms to.

Creating a Request

Request Lenses

mcduWebPropertyId :: Lens' ManagementCustomDimensionsUpdate Text Source

Web property ID for the custom dimension to update.

mcduIgnoreCustomDataSourceLinks :: Lens' ManagementCustomDimensionsUpdate Bool Source

Force the update and ignore any warnings related to the custom dimension being linked to a custom data source / data set.

mcduAccountId :: Lens' ManagementCustomDimensionsUpdate Text Source

Account ID for the custom dimension to update.

mcduCustomDimensionId :: Lens' ManagementCustomDimensionsUpdate Text Source

Custom dimension ID for the custom dimension to update.