@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
ManageCreativeAssetsResponse
Interface ManageCreativeAssetsResponse
interface
ManageCreativeAssetsResponse
{
success
:
boolean
;
action
:
string
;
results
?:
{
uploaded
?:
CreativeLibraryItem
[]
;
listed
?:
{
creatives
:
CreativeLibraryItem
[]
;
total_count
:
number
;
pagination
?:
{
offset
:
number
;
limit
:
number
;
has_more
:
boolean
;
next_cursor
?:
string
;
}
;
}
;
updated
?:
CreativeLibraryItem
;
assigned
?:
{
creative_id
:
string
;
assignments
:
string
[]
}
[]
;
unassigned
?:
{
creative_id
:
string
;
removed_from
:
string
[]
}
[]
;
deleted
?:
{
creative_id
:
string
;
archived
:
boolean
}
[]
;
}
;
errors
?:
{
creative_id
?:
string
;
error_code
:
string
;
message
:
string
}
[]
;
}
Index
Properties
success
action
results?
errors?
Properties
success
success
:
boolean
action
action
:
string
Optional
results
results
?:
{
uploaded
?:
CreativeLibraryItem
[]
;
listed
?:
{
creatives
:
CreativeLibraryItem
[]
;
total_count
:
number
;
pagination
?:
{
offset
:
number
;
limit
:
number
;
has_more
:
boolean
;
next_cursor
?:
string
;
}
;
}
;
updated
?:
CreativeLibraryItem
;
assigned
?:
{
creative_id
:
string
;
assignments
:
string
[]
}
[]
;
unassigned
?:
{
creative_id
:
string
;
removed_from
:
string
[]
}
[]
;
deleted
?:
{
creative_id
:
string
;
archived
:
boolean
}
[]
;
}
Optional
errors
errors
?:
{
creative_id
?:
string
;
error_code
:
string
;
message
:
string
}
[]
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
success
action
results
errors
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...