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 |
Updates an existing webProperty-AdWords link.
See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.update
.
Synopsis
- 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))))))))))
- managementWebPropertyAdWordsLinksUpdate :: Text -> EntityAdWordsLink -> Text -> Text -> ManagementWebPropertyAdWordsLinksUpdate
- data ManagementWebPropertyAdWordsLinksUpdate
- mwpawluWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text
- mwpawluPayload :: Lens' ManagementWebPropertyAdWordsLinksUpdate EntityAdWordsLink
- mwpawluAccountId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text
- mwpawluWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text
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
managementWebPropertyAdWordsLinksUpdate Source #
Creates a value of ManagementWebPropertyAdWordsLinksUpdate
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertyAdWordsLinksUpdate Source #
Updates an existing webProperty-AdWords link.
See: managementWebPropertyAdWordsLinksUpdate
smart constructor.
Instances
Request Lenses
mwpawluWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source #
Web property ID to retrieve the AdWords link for.
mwpawluPayload :: Lens' ManagementWebPropertyAdWordsLinksUpdate EntityAdWordsLink Source #
Multipart request metadata.
mwpawluAccountId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source #
ID of the account which the given web property belongs to.
mwpawluWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksUpdate Text Source #
Web property-AdWords link ID.