Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Lists custom dimensions to which the user has access.
See: Google Analytics API Reference for analytics.management.customDimensions.list
.
Synopsis
- 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))))))))))
- managementCustomDimensionsList :: Text -> Text -> ManagementCustomDimensionsList
- data ManagementCustomDimensionsList
- mcdlWebPropertyId :: Lens' ManagementCustomDimensionsList Text
- mcdlAccountId :: Lens' ManagementCustomDimensionsList Text
- mcdlStartIndex :: Lens' ManagementCustomDimensionsList (Maybe Int32)
- mcdlMaxResults :: Lens' ManagementCustomDimensionsList (Maybe Int32)
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:
data ManagementCustomDimensionsList Source #
Lists custom dimensions to which the user has access.
See: managementCustomDimensionsList
smart constructor.
Instances
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.