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

Contents

Description

Get a custom dimension to which the user has access.

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

Synopsis

REST Resource

type ManagementCustomDimensionsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDimensions" :> (Capture "customDimensionId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` CustomDimension))))))))) Source

A resource alias for analytics.management.customDimensions.get method which the ManagementCustomDimensionsGet request conforms to.

Creating a Request

managementCustomDimensionsGet Source

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

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

Request Lenses

mcdgWebPropertyId :: Lens' ManagementCustomDimensionsGet Text Source

Web property ID for the custom dimension to retrieve.

mcdgAccountId :: Lens' ManagementCustomDimensionsGet Text Source

Account ID for the custom dimension to retrieve.

mcdgCustomDimensionId :: Lens' ManagementCustomDimensionsGet Text Source

The ID of the custom dimension to retrieve.