| 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.DFAReporting.LandingPages.Delete
Description
Deletes an existing campaign landing page.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.landingPages.delete.
- type LandingPagesDeleteResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("campaigns" :> (Capture "campaignId" (Textual Int64) :> ("landingPages" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ()))))))))
- landingPagesDelete :: Int64 -> Int64 -> Int64 -> LandingPagesDelete
- data LandingPagesDelete
- lpdCampaignId :: Lens' LandingPagesDelete Int64
- lpdProFileId :: Lens' LandingPagesDelete Int64
- lpdId :: Lens' LandingPagesDelete Int64
REST Resource
type LandingPagesDeleteResource = "dfareporting" :> ("v2.7" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("campaigns" :> (Capture "campaignId" (Textual Int64) :> ("landingPages" :> (Capture "id" (Textual Int64) :> (QueryParam "alt" AltJSON :> Delete '[JSON] ())))))))) Source #
A resource alias for dfareporting.landingPages.delete method which the
LandingPagesDelete request conforms to.
Creating a Request
Arguments
| :: Int64 | |
| -> Int64 | |
| -> Int64 | |
| -> LandingPagesDelete |
Creates a value of LandingPagesDelete with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data LandingPagesDelete Source #
Deletes an existing campaign landing page.
See: landingPagesDelete smart constructor.
Request Lenses
lpdCampaignId :: Lens' LandingPagesDelete Int64 Source #
Landing page campaign ID.
lpdProFileId :: Lens' LandingPagesDelete Int64 Source #
User profile ID associated with this request.