get https://backstage.taboola.com/backstage/api/1.0//campaigns//performance-video/items/
Get a list of performance video items (motion ads) for the specified campaign.
Sample request:
GET /backstage/api/1.0/taboola-demo/campaigns/1234/performance-video/items/
{
"results": [{
"id": "67",
"campaign_id": "1234",
"url": "http://news.example.com/demo-article-1",
"title": "Demo Article 011",
"approval_state": "APPROVED",
"is_active": true,
"status": "RUNNING",
"policy_review": {
"reject_reason": null
},
"fallback_url": "http://cdn.taboola.com/libtrc/static/thumbnails/1cc96d86c676d195c1d3cb426ddc9745.png",
"gif_url": "http://c3.taboola.com/libtrc/static/gif/t_PERFORMANCE_VIDEO_DEFAULT/e_loop/so_0/f_gif/v1602508826/ax3qanrabayqre4lw3gg.gif",
"video_url": "http://c3.taboola.com/libtrc/static/video/t_PERFORMANCE_VIDEO_DEFAULT/v1602508826/ax3qanrabayqre4lw3gg.mp4!-#@800x448"
},
{
"id": "68",
"campaign_id": "1234",
"url": "http://news.example.com/demo-article-2",
"title": "Demo Article 2",
"approval_state": "APPROVED",
"is_active": true,
"status": "RUNNING",
"policy_review": {
"reject_reason": null
},
"fallback_url": "http://cdn.taboola.com/libtrc/static/thumbnails/1cc96d86c676d195c1d3cb426ddc9745.png",
"gif_url": "http://c3.taboola.com/libtrc/static/gif/t_PERFORMANCE_VIDEO_DEFAULT/e_loop/so_0/f_gif/v1602508826/ax3qanrabayqre4lw3gg.gif",
"video_url": "http://c3.taboola.com/libtrc/static/video/t_PERFORMANCE_VIDEO_DEFAULT/v1602508826/ax3qanrabayqre4lw3gg.mp4!-#@800x448"
}
//...
],
"metadata": {
//...
}
}
Response Body
The response body is a valid, JSON object, with a
results
property that contains the list of performance video items (motion ads).