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.Patch

Contents

Description

Updates an existing view (profile). This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profiles.patch method which the ManagementProFilesPatch request conforms to.

Creating a Request

managementProFilesPatch Source

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

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

Request Lenses

mpfpWebPropertyId :: Lens' ManagementProFilesPatch Text Source

Web property ID to which the view (profile) belongs

mpfpProFileId :: Lens' ManagementProFilesPatch Text Source

ID of the view (profile) to be updated.

mpfpAccountId :: Lens' ManagementProFilesPatch Text Source

Account ID to which the view (profile) belongs