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

Contents

Description

Returns a web property-AdWords link to which the user has access.

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

Synopsis

REST Resource

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

A resource alias for analytics.management.webPropertyAdWordsLinks.get method which the ManagementWebPropertyAdWordsLinksGet request conforms to.

Creating a Request

Request Lenses

mwpawlgWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksGet Text Source

Web property ID to retrieve the AdWords link for.

mwpawlgAccountId :: Lens' ManagementWebPropertyAdWordsLinksGet Text Source

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