Creating motion ads
When creating a motion ad, you must provide 2 URLs:
- A URL for the video.
- A URL for the static fallback image.
In return, the Taboola solution generates 3 new assets in the Taboola CDN:
- An optimized video file, in MP4 format.
- A GIF, based on the above MP4.
- An optimized fallback image.
Serving motion ads
When serving your motion ad, Taboola will serve the appropriate asset, based on the publisher account settings:
Setting | File served |
---|---|
Publisher allows video? | Video (MP4) is served |
Else - publisher allows animatedGIF? | GIF is served |
Else... | The default image (aka fallback image) is served. |
Submitting motion ad assets
Flow 1 - Use your own CDN
- Upload the following assets to your own CDN:
- Video file.
- Default image (aka fallback image).
- Using the unified
items/bulk
endpoint, create new video items, passing the above URLs.
Motion Ad GuidelinesFor guidelines and best practices, refer to the Help Center, or sync with your Taboola Account Manager.
Image GuidelinesFor thumbnail image guidelines and best practices, refer to the Help Center, or sync with your Taboola Account Manager.
Flow 2 - Use the Taboola CDN
- Using the
operations/upload-image
endpoint, upload the following assets to the Taboola CDN:- Video file (GIF, MOV, or MP4 - the system will optimize to MP4 format).
- Default image (aka fallback image).
- Using the unified
items/bulk
endpoint, create new video items, passing the above URLs.
Supported Video FormatsThe Taboola CDN accepts GIF, MOV, and MP4 files. All formats are automatically optimized to MP4 for optimal playback performance.
Uploading to the Taboola CDNFor more information about the
operations/upload-image
endpoint see:
- Upload Image From Local Device.
- Campaign Items > End-To-End Flow.