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

Contents

Description

Update an existing profile filter link. This method supports patch semantics.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.profileFilterLinks.patch method which the ManagementProFileFilterLinksPatch request conforms to.

Creating a Request

Request Lenses

mpfflpWebPropertyId :: Lens' ManagementProFileFilterLinksPatch Text Source

Web property Id to which profile filter link belongs

mpfflpProFileId :: Lens' ManagementProFileFilterLinksPatch Text Source

Profile ID to which filter link belongs

mpfflpAccountId :: Lens' ManagementProFileFilterLinksPatch Text Source

Account ID to which profile filter link belongs.

mpfflpLinkId :: Lens' ManagementProFileFilterLinksPatch Text Source

ID of the profile filter link to be updated.