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

Contents

Description

Deletes a web property-AdWords link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.delete method which the ManagementWebPropertyAdWordsLinksDelete request conforms to.

Creating a Request

Request Lenses

mwpawldWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source

Web property ID to delete the AdWords link for.

mwpawldAccountId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source

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