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

Contents

Description

Creates a webProperty-AdWords link.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.insert method which the ManagementWebPropertyAdWordsLinksInsert request conforms to.

Creating a Request

Request Lenses

mwpawliAccountId :: Lens' ManagementWebPropertyAdWordsLinksInsert Text Source

ID of the Google Analytics account to create the link for.