Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
Returns a web property-AdWords link to which the user has access.
See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.get
.
Synopsis
- type ManagementWebPropertyAdWordsLinksGetResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] EntityAdWordsLink)))))))))
- managementWebPropertyAdWordsLinksGet :: Text -> Text -> Text -> ManagementWebPropertyAdWordsLinksGet
- data ManagementWebPropertyAdWordsLinksGet
- mwpawlgWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksGet Text
- mwpawlgAccountId :: Lens' ManagementWebPropertyAdWordsLinksGet Text
- mwpawlgWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksGet Text
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
managementWebPropertyAdWordsLinksGet Source #
:: Text | |
-> Text | |
-> Text | |
-> ManagementWebPropertyAdWordsLinksGet |
Creates a value of ManagementWebPropertyAdWordsLinksGet
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertyAdWordsLinksGet Source #
Returns a web property-AdWords link to which the user has access.
See: managementWebPropertyAdWordsLinksGet
smart constructor.
Instances
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.
mwpawlgWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksGet Text Source #
Web property-AdWords link ID.