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 unsampled reports to which the user has access.
See: Google Analytics API Reference for analytics.management.unsampledReports.list
.
Synopsis
- type ManagementUnSampledReportsListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] UnSampledReports))))))))))))
- managementUnSampledReportsList :: Text -> Text -> Text -> ManagementUnSampledReportsList
- data ManagementUnSampledReportsList
- musrlWebPropertyId :: Lens' ManagementUnSampledReportsList Text
- musrlProFileId :: Lens' ManagementUnSampledReportsList Text
- musrlAccountId :: Lens' ManagementUnSampledReportsList Text
- musrlStartIndex :: Lens' ManagementUnSampledReportsList (Maybe Int32)
- musrlMaxResults :: Lens' ManagementUnSampledReportsList (Maybe Int32)
REST Resource
type ManagementUnSampledReportsListResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> ("unsampledReports" :> (QueryParam "start-index" (Textual Int32) :> (QueryParam "max-results" (Textual Int32) :> (QueryParam "alt" AltJSON :> Get '[JSON] UnSampledReports)))))))))))) Source #
A resource alias for analytics.management.unsampledReports.list
method which the
ManagementUnSampledReportsList
request conforms to.
Creating a Request
managementUnSampledReportsList Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementUnSampledReportsList |
Creates a value of ManagementUnSampledReportsList
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementUnSampledReportsList Source #
Lists unsampled reports to which the user has access.
See: managementUnSampledReportsList
smart constructor.
Instances
Request Lenses
musrlWebPropertyId :: Lens' ManagementUnSampledReportsList Text Source #
Web property ID to retrieve unsampled reports for. Must be a specific web property ID, ~all is not supported.
musrlProFileId :: Lens' ManagementUnSampledReportsList Text Source #
View (Profile) ID to retrieve unsampled reports for. Must be a specific view (profile) ID, ~all is not supported.
musrlAccountId :: Lens' ManagementUnSampledReportsList Text Source #
Account ID to retrieve unsampled reports for. Must be a specific account ID, ~all is not supported.
musrlStartIndex :: Lens' ManagementUnSampledReportsList (Maybe Int32) Source #
An index of the first unsampled report to retrieve. Use this parameter as a pagination mechanism along with the max-results parameter.
musrlMaxResults :: Lens' ManagementUnSampledReportsList (Maybe Int32) Source #
The maximum number of unsampled reports to include in this response.