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

Contents

Description

Updates an existing filter.

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

Synopsis

REST Resource

type ManagementFiltersUpdateResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("filters" :> (Capture "filterId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` Filter :> Put `[JSON]` Filter)))))))) Source

A resource alias for analytics.management.filters.update method which the ManagementFiltersUpdate request conforms to.

Creating a Request

managementFiltersUpdate Source

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

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

Request Lenses

mfuFilterId :: Lens' ManagementFiltersUpdate Text Source

ID of the filter to be updated.

mfuPayload :: Lens' ManagementFiltersUpdate Filter Source

Multipart request metadata.

mfuAccountId :: Lens' ManagementFiltersUpdate Text Source

Account ID to which the filter belongs.