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 |
Deletes a web property-AdWords link.
See: Google Analytics API Reference for analytics.management.webPropertyAdWordsLinks.delete
.
Synopsis
- type ManagementWebPropertyAdWordsLinksDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))))
- managementWebPropertyAdWordsLinksDelete :: Text -> Text -> Text -> ManagementWebPropertyAdWordsLinksDelete
- data ManagementWebPropertyAdWordsLinksDelete
- mwpawldWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text
- mwpawldAccountId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text
- mwpawldWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text
REST Resource
type ManagementWebPropertyAdWordsLinksDeleteResource = "analytics" :> ("v3" :> ("management" :> ("accounts" :> (Capture "accountId" Text :> ("webproperties" :> (Capture "webPropertyId" Text :> ("entityAdWordsLinks" :> (Capture "webPropertyAdWordsLinkId" Text :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))) Source #
A resource alias for analytics.management.webPropertyAdWordsLinks.delete
method which the
ManagementWebPropertyAdWordsLinksDelete
request conforms to.
Creating a Request
managementWebPropertyAdWordsLinksDelete Source #
Creates a value of ManagementWebPropertyAdWordsLinksDelete
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data ManagementWebPropertyAdWordsLinksDelete Source #
Deletes a web property-AdWords link.
See: managementWebPropertyAdWordsLinksDelete
smart constructor.
Instances
Request Lenses
mwpawldWebPropertyId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source #
Web property ID to delete the AdWords link for.
mwpawldAccountId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source #
ID of the account which the given web property belongs to.
mwpawldWebPropertyAdWordsLinkId :: Lens' ManagementWebPropertyAdWordsLinksDelete Text Source #
Web property AdWords link ID.