Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <[email protected]> Toni Cebrián <[email protected]> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AdExchangeBuyer.PretargetingConfig.Insert
Contents
Description
Inserts a new pretargeting configuration.
See: Ad Exchange Buyer API Reference for adexchangebuyer.pretargetingConfig.insert
.
Synopsis
- type AdExchangeBuyerPretargetingConfigInsertResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" Int64 :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PretargetingConfig :> Post '[JSON] PretargetingConfig)))))
- data AdExchangeBuyerPretargetingConfigInsert = AdExchangeBuyerPretargetingConfigInsert {}
- newAdExchangeBuyerPretargetingConfigInsert :: Int64 -> PretargetingConfig -> AdExchangeBuyerPretargetingConfigInsert
Resource
type AdExchangeBuyerPretargetingConfigInsertResource = "adexchangebuyer" :> ("v1.4" :> ("pretargetingconfigs" :> (Capture "accountId" Int64 :> (QueryParam "alt" AltJSON :> (ReqBody '[JSON] PretargetingConfig :> Post '[JSON] PretargetingConfig))))) Source #
A resource alias for adexchangebuyer.pretargetingConfig.insert
method which the
AdExchangeBuyerPretargetingConfigInsert
request conforms to.
Constructing a Request
data AdExchangeBuyerPretargetingConfigInsert Source #
Inserts a new pretargeting configuration.
See: newAdExchangeBuyerPretargetingConfigInsert
smart constructor.
Constructors
AdExchangeBuyerPretargetingConfigInsert | |
Fields
|
Instances
newAdExchangeBuyerPretargetingConfigInsert Source #
Arguments
:: Int64 | The account id to insert the pretargeting config for. See |
-> PretargetingConfig | Multipart request metadata. See |
-> AdExchangeBuyerPretargetingConfigInsert |
Creates a value of AdExchangeBuyerPretargetingConfigInsert
with the minimum fields required to make a request.