Ad Configuration
Ad Grouping
Group multiple creative variations together for organized ad set creation and streamlined A/B testing.
How It Works
When you upload files with consistent naming patterns and identifiers (like -hook1
, -hook2
), Ads Uploader can automatically group them into organized ad sets. This allows you to test multiple variations of the same creative concept while keeping your campaign structure clean and manageable.
Naming Format
Pattern: base_name
+ identifier
+ .extension
Base Name | Identifier | Result |
---|---|---|
summer_sale | -hook1 | summer_sale-hook1.mp4 |
summer_sale | -hook2 | summer_sale-hook2.mp4 |
summer_sale | -hook3 | summer_sale-hook3.mp4 |
All three files will be grouped into a single "summer_sale" ad set.
Configuration
- Toggle "Group variations" ON in the Uploader panel
- Set your identifier pattern (e.g.,
-hook
) - Upload your files with consistent naming
Examples
✅ Correct Grouping
Files | Grouped As | Contains |
---|---|---|
product-v1.mp4 product-v2.mp4 product-v3.mp4 | Ad Set: "product" | 3 variations |
brand-test.mp4 brand-control.mp4 | Ad Set: "brand" | 2 variations |
❌ Won't Group
Files | Issue |
---|---|
video1.mp4 , video2.mp4 | No identifier pattern |
ad-v1.mp4 , ad_v2.mp4 | Inconsistent separator (- vs _) |
promo-A.mp4 , campaign-A.mp4 | Different base names |
Combining with Other Features
With Aspect Ratios
Each variation can have its own aspect ratio versions:
Files | Result |
---|---|
hero-v1.mp4 hero-v1_vertical.mp4 | Variation 1 with multiple formats |
hero-v2.mp4 hero-v2_vertical.mp4 | Variation 2 with multiple formats |
With Thumbnails
Each variation can have its own thumbnail:
Files | Result |
---|---|
offer-discount.mp4 offer-discount_thumbnail.jpg | Discount variation with thumbnail |
offer-bonus.mp4 offer-bonus_thumbnail.jpg | Bonus variation with thumbnail |