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 |
Returns a single unsampled report.
See: Google Analytics API Reference for analytics.management.unsampledReports.get
.
Synopsis
- type ManagementUnSampledReportsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (Capture "unsampledReportId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UnSampledReport)))))))))))
- managementUnSampledReportsGet :: Text -> Text -> Text -> Text -> ManagementUnSampledReportsGet
- data ManagementUnSampledReportsGet
- musrgWebPropertyId :: Lens' ManagementUnSampledReportsGet Text
- musrgProFileId :: Lens' ManagementUnSampledReportsGet Text
- musrgAccountId :: Lens' ManagementUnSampledReportsGet Text
- musrgUnSampledReportId :: Lens' ManagementUnSampledReportsGet Text
REST Resource
type ManagementUnSampledReportsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (Capture "unsampledReportId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] UnSampledReport))))))))))) Source #
A resource alias for analytics.management.unsampledReports.get
method which the
ManagementUnSampledReportsGet
request conforms to.
Creating a Request
managementUnSampledReportsGet Source #
:: Text | |
-> Text | |
-> Text | |
-> Text | |
-> ManagementUnSampledReportsGet |
Creates a value of ManagementUnSampledReportsGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementUnSampledReportsGet Source #
Returns a single unsampled report.
See: managementUnSampledReportsGet
smart constructor.
Instances
Request Lenses
musrgWebPropertyId :: Lens' ManagementUnSampledReportsGet Text Source #
Web property ID to retrieve unsampled reports for.
musrgProFileId :: Lens' ManagementUnSampledReportsGet Text Source #
View (Profile) ID to retrieve unsampled report for.
musrgAccountId :: Lens' ManagementUnSampledReportsGet Text Source #
Account ID to retrieve unsampled report for.
musrgUnSampledReportId :: Lens' ManagementUnSampledReportsGet Text Source #
ID of the unsampled report to retrieve.