@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
TaskResponseTypeMap
Type Alias TaskResponseTypeMap
Type mapping for task names to their response types Enables type-safe generic executeTask() calls
type
TaskResponseTypeMap
=
{
get_products
:
GetProductsResponse
;
list_creative_formats
:
ListCreativeFormatsResponse
;
create_media_buy
:
CreateMediaBuyResponse
;
update_media_buy
:
UpdateMediaBuyResponse
;
sync_creatives
:
SyncCreativesResponse
;
list_creatives
:
ListCreativesResponse
;
get_media_buy_delivery
:
GetMediaBuyDeliveryResponse
;
list_authorized_properties
:
ListAuthorizedPropertiesResponse
;
provide_performance_feedback
:
ProvidePerformanceFeedbackResponse
;
get_signals
:
GetSignalsResponse
;
activate_signal
:
ActivateSignalResponse
;
}
Index
Properties
get_
products
list_
creative_
formats
create_
media_
buy
update_
media_
buy
sync_
creatives
list_
creatives
get_
media_
buy_
delivery
list_
authorized_
properties
provide_
performance_
feedback
get_
signals
activate_
signal
Properties
get_
products
get_products
:
GetProductsResponse
list_
creative_
formats
list_creative_formats
:
ListCreativeFormatsResponse
create_
media_
buy
create_media_buy
:
CreateMediaBuyResponse
update_
media_
buy
update_media_buy
:
UpdateMediaBuyResponse
sync_
creatives
sync_creatives
:
SyncCreativesResponse
list_
creatives
list_creatives
:
ListCreativesResponse
get_
media_
buy_
delivery
get_media_buy_delivery
:
GetMediaBuyDeliveryResponse
list_
authorized_
properties
list_authorized_properties
:
ListAuthorizedPropertiesResponse
provide_
performance_
feedback
provide_performance_feedback
:
ProvidePerformanceFeedbackResponse
get_
signals
get_signals
:
GetSignalsResponse
activate_
signal
activate_signal
:
ActivateSignalResponse
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
get_
products
list_
creative_
formats
create_
media_
buy
update_
media_
buy
sync_
creatives
list_
creatives
get_
media_
buy_
delivery
list_
authorized_
properties
provide_
performance_
feedback
get_
signals
activate_
signal
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...
Type mapping for task names to their response types Enables type-safe generic executeTask() calls