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

Contents

Description

Updates an existing webProperty-AdWords link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.update method which the ManagementWebPropertyAdWordsLinksUpdate request conforms to.

Creating a Request

Request Lenses

mwpawluWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source

Web property ID to retrieve the AdWords link for.

mwpawluAccountId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source

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