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 |
Get a custom dimension to which the user has access.
See: Google Analytics API Reference for analytics.management.customDimensions.get
.
Synopsis
- type ManagementCustomDimensionsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDimensions" :> (Capture "customDimensionId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] CustomDimension)))))))))
- managementCustomDimensionsGet :: Text -> Text -> Text -> ManagementCustomDimensionsGet
- data ManagementCustomDimensionsGet
- mcdgWebPropertyId :: Lens' ManagementCustomDimensionsGet Text
- mcdgAccountId :: Lens' ManagementCustomDimensionsGet Text
- mcdgCustomDimensionId :: Lens' ManagementCustomDimensionsGet Text
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 #
:: Text | |
-> Text | |
-> Text | |
-> ManagementCustomDimensionsGet |
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:
data ManagementCustomDimensionsGet Source #
Get a custom dimension to which the user has access.
See: managementCustomDimensionsGet
smart constructor.
Instances
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.