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

Contents

Description

Updates an existing webProperty-AdWords link. This method supports patch semantics.

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

Synopsis

REST Resource

type ManagementWebPropertyAdWordsLinksPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody `[JSON]` EntityAdWordsLink :> Patch `[JSON]` EntityAdWordsLink)))))))))) Source

A resource alias for analytics.management.webPropertyAdWordsLinks.patch method which the ManagementWebPropertyAdWordsLinksPatch request conforms to.

Creating a Request

Request Lenses

mwpawlpWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text Source

Web property ID to retrieve the AdWords link for.

mwpawlpAccountId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text Source

ID of the account which the given web property belongs to.