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.Pubprofiles.List
Contents
Description
Gets the requested publisher profile(s) by publisher accountId.
See: Ad Exchange Buyer API Reference for adexchangebuyer.pubprofiles.list
.
Synopsis
- type AdExchangeBuyerPubprofilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" Int32 :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProfilesByAccountIdResponse)))))
- newtype AdExchangeBuyerPubprofilesList = AdExchangeBuyerPubprofilesList {}
- newAdExchangeBuyerPubprofilesList :: Int32 -> AdExchangeBuyerPubprofilesList
Resource
type AdExchangeBuyerPubprofilesListResource = "adexchangebuyer" :> ("v1.4" :> ("publisher" :> (Capture "accountId" Int32 :> ("profiles" :> (QueryParam "alt" AltJSON :> Get '[JSON] GetPublisherProfilesByAccountIdResponse))))) Source #
A resource alias for adexchangebuyer.pubprofiles.list
method which the
AdExchangeBuyerPubprofilesList
request conforms to.
Constructing a Request
newtype AdExchangeBuyerPubprofilesList Source #
Gets the requested publisher profile(s) by publisher accountId.
See: newAdExchangeBuyerPubprofilesList
smart constructor.
Constructors
AdExchangeBuyerPubprofilesList | |
Instances
newAdExchangeBuyerPubprofilesList Source #
Arguments
:: Int32 | The accountId of the publisher to get profiles for. See |
-> AdExchangeBuyerPubprofilesList |
Creates a value of AdExchangeBuyerPubprofilesList
with the minimum fields required to make a request.