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

Contents

Description

Updates an existing custom dimension. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.customDimensions.patch method which the ManagementCustomDimensionsPatch request conforms to.

Creating a Request

Request Lenses

mcdpWebPropertyId :: Lens' ManagementCustomDimensionsPatch Text Source

Web property ID for the custom dimension to update.

mcdpIgnoreCustomDataSourceLinks :: Lens' ManagementCustomDimensionsPatch Bool Source

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

mcdpAccountId :: Lens' ManagementCustomDimensionsPatch Text Source

Account ID for the custom dimension to update.

mcdpCustomDimensionId :: Lens' ManagementCustomDimensionsPatch Text Source

Custom dimension ID for the custom dimension to update.