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 |
Gets a view (profile) to which the user has access.
See: Google Analytics API Reference for analytics.management.profiles.get
.
Synopsis
- type ManagementProFilesGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFile)))))))))
- managementProFilesGet :: Text -> Text -> Text -> ManagementProFilesGet
- data ManagementProFilesGet
- mpfgWebPropertyId :: Lens' ManagementProFilesGet Text
- mpfgProFileId :: Lens' ManagementProFilesGet Text
- mpfgAccountId :: Lens' ManagementProFilesGet Text
REST Resource
type ManagementProFilesGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] ProFile))))))))) Source #
A resource alias for analytics.management.profiles.get
method which the
ManagementProFilesGet
request conforms to.
Creating a Request
managementProFilesGet Source #
Creates a value of ManagementProFilesGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementProFilesGet Source #
Gets a view (profile) to which the user has access.
See: managementProFilesGet
smart constructor.
Instances
Request Lenses
mpfgWebPropertyId :: Lens' ManagementProFilesGet Text Source #
Web property ID to retrieve the view (profile) for.
mpfgProFileId :: Lens' ManagementProFilesGet Text Source #
View (Profile) ID to retrieve the view (profile) for.
mpfgAccountId :: Lens' ManagementProFilesGet Text Source #
Account ID to retrieve the view (profile) for.