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

Contents

Description

Lists custom dimensions to which the user has access.

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

Synopsis

REST Resource

type ManagementCustomDimensionsListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDimensions" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get `[JSON]` CustomDimensions)))))))))) Source

A resource alias for analytics.management.customDimensions.list method which the ManagementCustomDimensionsList request conforms to.

Creating a Request

managementCustomDimensionsList Source

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

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

Request Lenses

mcdlWebPropertyId :: Lens' ManagementCustomDimensionsList Text Source

Web property ID for the custom dimensions to retrieve.

mcdlAccountId :: Lens' ManagementCustomDimensionsList Text Source

Account ID for the custom dimensions to retrieve.

mcdlStartIndex :: Lens' ManagementCustomDimensionsList (Maybe Int32) Source

An index of the first entity to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.

mcdlMaxResults :: Lens' ManagementCustomDimensionsList (Maybe Int32) Source

The maximum number of custom dimensions to include in this response.