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.ProFiles.Update

Contents

Description

Updates an existing view (profile).

See: Google Analytics API Reference for analytics.management.profiles.update.

Synopsis

REST Resource

type ManagementProFilesUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("profiles" :> (Capture "profileId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` ProFile :> Put `[JSON]` ProFile)))))))))) Source

A resource alias for analytics.management.profiles.update method which the ManagementProFilesUpdate request conforms to.

Creating a Request

managementProFilesUpdate Source

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

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

Request Lenses

mpfuWebPropertyId :: Lens' ManagementProFilesUpdate Text Source

Web property ID to which the view (profile) belongs

mpfuProFileId :: Lens' ManagementProFilesUpdate Text Source

ID of the view (profile) to be updated.

mpfuAccountId :: Lens' ManagementProFilesUpdate Text Source

Account ID to which the view (profile) belongs