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 |
Submit a new creative.
See: Ad Exchange Buyer API Reference for adexchangebuyer.creatives.insert
.
Synopsis
- type CreativesInsertResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Creative :> Post '[JSON] Creative))))
- creativesInsert :: Creative -> CreativesInsert
- data CreativesInsert
- ciPayload :: Lens' CreativesInsert Creative
REST Resource
type CreativesInsertResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] Creative :> Post '[JSON] Creative)))) Source #
A resource alias for adexchangebuyer.creatives.insert
method which the
CreativesInsert
request conforms to.
Creating a Request
Creates a value of CreativesInsert
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
data CreativesInsert Source #
Submit a new creative.
See: creativesInsert
smart constructor.