| 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 |
Network.Google.Resource.Analytics.Management.WebPropertyAdWordsLinks.Patch
Description
Updates an existing webProperty-AdWords link. This method supports patch semantics.
See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.patch.
Synopsis
- type ManagementWebPropertyAdWordsLinksPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] EntityAdWordsLink :> Patch '[JSON] EntityAdWordsLink))))))))))
- managementWebPropertyAdWordsLinksPatch :: Text -> EntityAdWordsLink -> Text -> Text -> ManagementWebPropertyAdWordsLinksPatch
- data ManagementWebPropertyAdWordsLinksPatch
- mwpawlpWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text
- mwpawlpPayload :: Lens' ManagementWebPropertyAdWordsLinksPatch EntityAdWordsLink
- mwpawlpAccountId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text
- mwpawlpWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text
REST Resource
type ManagementWebPropertyAdWordsLinksPatchResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] EntityAdWordsLink :> Patch '[JSON] EntityAdWordsLink)))))))))) Source #
A resource alias for analytics.management.webPropertyAdWordsLinks.patch method which the
ManagementWebPropertyAdWordsLinksPatch request conforms to.
Creating a Request
managementWebPropertyAdWordsLinksPatch Source #
Arguments
| :: Text | |
| -> EntityAdWordsLink | |
| -> Text | |
| -> Text | |
| -> ManagementWebPropertyAdWordsLinksPatch |
Creates a value of ManagementWebPropertyAdWordsLinksPatch with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertyAdWordsLinksPatch Source #
Updates an existing webProperty-AdWords link. This method supports patch semantics.
See: managementWebPropertyAdWordsLinksPatch smart constructor.
Instances
Request Lenses
mwpawlpWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text Source #
Web property ID to retrieve the AdWords link for.
mwpawlpPayload :: Lens' ManagementWebPropertyAdWordsLinksPatch EntityAdWordsLink Source #
Multipart request metadata.
mwpawlpAccountId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text Source #
ID of the account which the given web property belongs to.
mwpawlpWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksPatch Text Source #
Web property-AdWords link ID.