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.Uploads.Get

Contents

Description

List uploads to which the user has access.

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

Synopsis

REST Resource

type ManagementUploadsGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("customDataSources" :> (Capture "customDataSourceId" Text :> ("uploads" :> (Capture "uploadId" Text :> (QueryParam "alt" AltJSON :> Get `[JSON]` Upload))))))))))) Source

A resource alias for analytics.management.uploads.get method which the ManagementUploadsGet request conforms to.

Creating a Request

managementUploadsGet Source

Creates a value of ManagementUploadsGet with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

Request Lenses

mugWebPropertyId :: Lens' ManagementUploadsGet Text Source

Web property Id for the upload to retrieve.

mugCustomDataSourceId :: Lens' ManagementUploadsGet Text Source

Custom data source Id for upload to retrieve.

mugAccountId :: Lens' ManagementUploadsGet Text Source

Account Id for the upload to retrieve.