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.Creatives.ListDeals
Contents
Description
Lists the external deal ids associated with the creative.
See: Ad Exchange Buyer API Reference for adexchangebuyer.creatives.listDeals
.
Synopsis
- type AdExchangeBuyerCreativesListDealsResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (Capture "accountId" Int32 :> (Capture "buyerCreativeId" Text :> ("listDeals" :> (QueryParam "alt" AltJSON :> Get '[JSON] CreativeDealIds))))))
- data AdExchangeBuyerCreativesListDeals = AdExchangeBuyerCreativesListDeals {}
- newAdExchangeBuyerCreativesListDeals :: Int32 -> Text -> AdExchangeBuyerCreativesListDeals
Resource
type AdExchangeBuyerCreativesListDealsResource = "adexchangebuyer" :> ("v1.4" :> ("creatives" :> (Capture "accountId" Int32 :> (Capture "buyerCreativeId" Text :> ("listDeals" :> (QueryParam "alt" AltJSON :> Get '[JSON] CreativeDealIds)))))) Source #
A resource alias for adexchangebuyer.creatives.listDeals
method which the
AdExchangeBuyerCreativesListDeals
request conforms to.
Constructing a Request
data AdExchangeBuyerCreativesListDeals Source #
Lists the external deal ids associated with the creative.
See: newAdExchangeBuyerCreativesListDeals
smart constructor.
Constructors
AdExchangeBuyerCreativesListDeals | |
Fields
|
Instances
newAdExchangeBuyerCreativesListDeals Source #
Arguments
:: Int32 | The id for the account that will serve this creative. See |
-> Text | The buyer-specific id for this creative. See |
-> AdExchangeBuyerCreativesListDeals |
Creates a value of AdExchangeBuyerCreativesListDeals
with the minimum fields required to make a request.