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 |
Inserts a new landing page.
See: DCM/DFA Reporting And Trafficking API Reference for dfareporting.advertiserLandingPages.insert
.
Synopsis
- type AdvertiserLandingPagesInsertResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Post '[JSON] LandingPage))))))
- advertiserLandingPagesInsert :: Int64 -> LandingPage -> AdvertiserLandingPagesInsert
- data AdvertiserLandingPagesInsert
- alpiProFileId :: Lens' AdvertiserLandingPagesInsert Int64
- alpiPayload :: Lens' AdvertiserLandingPagesInsert LandingPage
REST Resource
type AdvertiserLandingPagesInsertResource = "dfareporting" :> ("v3.2" :> ("userprofiles" :> (Capture "profileId" (Textual Int64) :> ("advertiserLandingPages" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] LandingPage :> Post '[JSON] LandingPage)))))) Source #
A resource alias for dfareporting.advertiserLandingPages.insert
method which the
AdvertiserLandingPagesInsert
request conforms to.
Creating a Request
advertiserLandingPagesInsert Source #
Creates a value of AdvertiserLandingPagesInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data AdvertiserLandingPagesInsert Source #
Inserts a new landing page.
See: advertiserLandingPagesInsert
smart constructor.
Instances
Request Lenses
alpiProFileId :: Lens' AdvertiserLandingPagesInsert Int64 Source #
User profile ID associated with this request.
alpiPayload :: Lens' AdvertiserLandingPagesInsert LandingPage Source #
Multipart request metadata.