Assets Object ​
id
string
REQUIRED ·Â
The unique identifier for the asset.
type
string
The type of the asset.
All possible enum values:
image
video
account_id
string
The unique identifier for the account.
creative_id
string[]
The unique identifiers for the creatives.
hash
string
The hash for the asset.
height
integer
The height for the asset.
width
integer
The width for the asset.
name
string
The name for the asset.
original_height
integer
The original height for the asset.
original_width
integer
The original width for the asset.
status
string
The status for the asset.
All possible enum values:
active
deleted
internal
urls
object[]
The URLs for the asset.
id
string
The unique identifier for the URL.
type
string
The type for the URL.
url
string
The URL for the URL.
created_at
string · date-time
The date and time the asset was created.
updated_at
string · date-time
The date and time the asset was last updated.
remote_data
object
Raw data returned from the remote API call.