gogol-adexchange-buyer
Copyright(c) 2015-2025 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <[email protected]> Toni Cebrián <[email protected]>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageGHC2021

Gogol.AdExchangeBuyer.Creatives.ListDeals

Description

Lists the external deal ids associated with the creative.

See: Ad Exchange Buyer API Reference for adexchangebuyer.creatives.listDeals.

Synopsis

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

Instances details
Generic AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

Associated Types

type Rep AdExchangeBuyerCreativesListDeals 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

type Rep AdExchangeBuyerCreativesListDeals = D1 ('MetaData "AdExchangeBuyerCreativesListDeals" "Gogol.AdExchangeBuyer.Creatives.ListDeals" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerCreativesListDeals" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int32) :*: S1 ('MetaSel ('Just "buyerCreativeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
Show AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

Eq AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

GoogleRequest AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

type Rep AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

type Rep AdExchangeBuyerCreativesListDeals = D1 ('MetaData "AdExchangeBuyerCreativesListDeals" "Gogol.AdExchangeBuyer.Creatives.ListDeals" "gogol-adexchange-buyer-1.0.0-JDtIvdejdmp80Jc5Uki9lj" 'False) (C1 ('MetaCons "AdExchangeBuyerCreativesListDeals" 'PrefixI 'True) (S1 ('MetaSel ('Just "accountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int32) :*: S1 ('MetaSel ('Just "buyerCreativeId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type Rs AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

type Scopes AdExchangeBuyerCreativesListDeals Source # 
Instance details

Defined in Gogol.AdExchangeBuyer.Creatives.ListDeals

newAdExchangeBuyerCreativesListDeals Source #

Arguments

:: Int32

The id for the account that will serve this creative. See accountId.

-> Text

The buyer-specific id for this creative. See buyerCreativeId.

-> AdExchangeBuyerCreativesListDeals 

Creates a value of AdExchangeBuyerCreativesListDeals with the minimum fields required to make a request.