gogol-analytics-0.0.1: Google Analytics SDK.

Copyright(c) 2015 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Resource.Analytics.Management.UnSampledReports.Get

Contents

Description

Returns a single unsampled report.

See: Google Analytics API Reference for analytics.management.unsampledReports.get.

Synopsis

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

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:

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.