Convert TikTok Ads to Reddit Video Ads
One way you can convert your existing TikTok ads to Reddit is by transforming them into video ads. When a redditor clicks your ad, they'll be taken to a page where the video plays alongside the landing page.
We recommend reaching out to a Reddit Ads expert to streamline the conversion process with our Bulk Upload Sheet Converter.
This ad type is recommended if you want to set up your campaigns yourself.
Before you start
- Create a Reddit Ads account. Don't have one yet? Here's a great place to start.
- Get access to a media editor. You'll need this to resize and edit your existing assets. Here are examples of software you can use:
- Canva (recommended): A free online graphic design tool that has an easy-to-use interface where you can drag and drop media to make your creatives. This is recommended if you only need to make quick edits, like resizing and adding captions. Learn more about Canva.
- CapCut: A free video editor designed for mobile and desktop use. This is a good option if you need more advanced editing tools like special effects, but it may take more time to learn. Learn more about CapCut.
- FFmpeg: An open-source software that lets you process media files in the command line. This is recommended if you'd like to simplify the process, you're experienced with using the terminal and don't need to add more elements, like captions, to your video. Learn more about FFmpeg.
- Adobe Premiere: A paid editing software for professional video editing. This is recommended if you already use the Adobe Suite and want more complex tools.
1. Upload your bulk import sheet
- Go to the TikTok Ads Manager and select Campaign in the main menu.
- Expand Bulk export/import and choose select Export > All to download your bulk import sheet.
- Update the bulk import sheet to match Reddit's template. You can do this by either:
- Use the Bulk Upload Sheet Converter (recommended): Streamlines the process with our converter tool to ensure a smoother transition of your TikTok campaigns to Reddit. Speak with a Reddit Ads expert for more details.
- Copying and pasting entries to match the template: Go to Bulk Import and select Export template. Populate the Reddit template with the information from your TikTok one using the instructions. We recommend using one of our templates and editing in Excel to ensure your data is securely and successfully uploaded. Learn more about the Bulk Import tool.
2. Update your creatives
Now that you've imported your creatives, we strongly recommend updating the size of your creatives for all your video ads. This will help your ads meet our creative best practices and ad unit specifications.
With Canva
Do you learn better by watching? Here's a video guide on how to update your video with Canva.
- In Canva, select Create a design.
- Go to Videos, choose Video (1080p), and select Create new design.
You can choose any size, but it may limit the tooling in Canva and cause black bars to appear for your ad.
- Upload your media. You can do this by dragging and dropping or in the Uploads tab.
- Adjust your video until it fits the entire page. Alternatively, you can center it and then add a background if you'd prefer to keep the video mostly as-is.
- (Optional) Add captions or make other updates to your creative.
- Select Play to preview your video. If everything looks and sounds good, go to File > Download.
- Select MP4 video if not already picked and download your creative.
With CapCut
- Open CapCupt on your desktop or in a browser.
Looking to download it? Here's where to find it.
- Select Create new or import your video from your library.
- Drag and drop your video onto your timeline.
- Select Ratio and select landscape aspect ratio (16:9).
- Resize your video to ensure the most important parts are visible. Alternatively, you can add a background to make it more visually appealing.
- (Optional) Add captions or make other updates to your creative.
- Select Play to preview your video.
- If everything looks and sounds good, go to Export, choose your resolution and frame rate, and export your video to your device.
Video ads support up to 30 FPS.
With FFmpeg
For all code examples, {{Your video file}}
should be replaced with your file's file name and {{Your output file}}
with the name you'd like for your output file, like resized.mp4
. Both names should include their extensions.
Before you start:
-
Downloaded FFmpeg. You can find it here.
-
Ensure your video is in an accepted file format. We currently only support MOV or MP4. You can convert it either with or without re-encoding:
# With re-encoding
ffmpeg -i {{Your video file}} -c:v libx264 -c:a aac {{Output file}}
# Without re-encoding
ffmpeg -i {{Your video file}} -c:v copy -c:a copy {{Output file}}
After downloading and converting your video to an acceptable file format, you can crop the center of your video to match the aspect ratio:
This will remove the top and bottom sections of your video, so elements like text and logos may be affected.
ffmpeg -i input.mp4 -vf "crop=1080:1080,scale=1920:1080" output.mp4
{{Your video file}}
: Replace this with your file's file name. This should include the extension.crop=1080:1080,scale=1920:1080
: Center crop and then scale to 1920 x 1080 px. You can choose any other dimensions, but we recommend following 16:9 or 4:3 ratio for best results.{{Your output file}}
: Replace this with the name you'd like your file to be. For example,resized.mp4
. This should include the extension.
Open the new file and ensure the file has been properly cropped and resized.
Example
# Convert video and encode
ffmpeg -i input.mpeg -c:v libx264 -c:a aac input.mp4
# Crop and resize
ffmpeg -i input.mp4 -vf "crop=1080:1080,scale=1920:1080" output.mp4
3. Upload your final creative
Ensure your creative follows our best practices and ad specifications and has been properly resized before uploading to the Ads Manager. If you change your video at a later date, your post will reset and you'll lose your comments, awards, and upvotes.
- In the Reddit Ads Manager, open the Ads tab and find your ad.
- Open More options and select Edit Ad.
- In Creative, go to your video and change your file.
- (Optional) Update your thumbnail image. You can either select a frame for your video or replace it with a custom image.
- Select save to make your changes.
4. Testing and review
Now that your ads have been imported and their creatives have been updated, they'll be reviewed by our ad review team to ensure they follow our ad policy. Here are some things we recommend you do while you wait:
- Preview and test your ads: Check that everything looks good and functions as intended. Some things to look over include your headline, creative, and destination URL.
- Reach search traffic: If you're migrating a search ad, we strongly recommend adding keyword targeting and enabling automated targeting in your ad group to reach search traffic. Learn more about targeting.
- Set up third-party measurement : Are you using a third-party tracker for measurement? Add your verification and tracking to ensure everything's being passed.
- Share conversions (strongly recommended) : Reach qualified users and drive conversions to engage and re-engage with your audience with our first-party conversion data sources. See how to set up the Reddit Pixel and Conversions API.
- Let the conversation flow from day one: Take the time to enable comments so that when they're live, you can start engaging with your audience.
5. Manage your campaign
Your ads have been reviewed and are out in the wild! Now what?
Once your ads are live, check in on them periodically and troubleshoot and tweak targeting and bidding if necessary for better optimization. You can also interact with your audience or create more ads.
Looking for inspiration? Generate some headlines with the AI Copywriter or find successful ads and uncover advertising strategies with the Ads Inspiration Library.
Things to know
- This ad will show in feed and/or conversation placements for mobile and desktop users based on the audience targeting that you set. We recommend leveraging keyword targeting and automated targeting to reach search traffic.
- We strongly recommend resizing your creative if you select this ad type. For best results, you can use landscape 4:3 or landscape 16:9 aspect ratios.