Localized Campaign Variant

Same ad in EN/ES/FR — one scene per locale from a `locales` array. Zero extra edits.

Type
Video
Format
Instagram Reel · 9:16
Orientation
Portrait
Duration
15.6s
Scenes
5
Render cost
$0.0039 / render
VariablesData-driven repeatvideo
Open in editor

Free template · opens in the editor, no account required.

Customize Localized Campaign Variant

Localized Campaign Variant is a ready-to-render Ad creative / agency video design formatted for Instagram Reel · 9:16 with 5 scenes and support for variables, data-driven repeat, video. Open it in the editor to replace its copy and media, then render variations through the Zvid API.

7 variables: Every value below is a variable you can override — send them in the variables field of the render request (or edit them in the editor) to generate on-brand versions at scale.

brandNameText
MAISON SCENT
campaignNameText
One campaign. Every market.
footerNoteText
Same template · 3 locales · rendered from one data file
productImageMedia URL
localesList · 3
flag🇺🇸
langEN
headlineSmell like the main character.
sublineNew Eau de Parfum — 50ml
ctaShop now
flag🇪🇸
langES
headlineHuele como la protagonista.
sublineNuevo Eau de Parfum — 50ml
ctaCompra ahora
flag🇫🇷
langFR
headlineSentez comme l'héroïne.
sublineNouvelle Eau de Parfum — 50ml
ctaAcheter
musicUrlMedia URL

The exact JSON payload

This is the full render config — POST it to the API, or open it in the editor to tweak.

Open in editor ↗
{
  "name": "agency-localized",
  "resolution": "instagram-reel",
  "frameRate": 30,
  "backgroundColor": "#131015",
  "outputFormat": "mp4",
  "variables": {
    "brandName": "MAISON SCENT",
    "campaignName": "One campaign. Every market.",
    "footerNote": "Same template · 3 locales · rendered from one data file",
    "productImage": "https://images.pexels.com/photos/29611647/pexels-photo-29611647.jpeg?auto=compress&cs=tinysrgb&w=1620",
    "heroVideo": "https://videos.pexels.com/video-files/8447665/8447665-hd_1080_2048_25fps.mp4",
    "locales": [
      {
        "flag": "🇺🇸",
        "lang": "EN",
        "headline": "Smell like the main character.",
        "subline": "New Eau de Parfum — 50ml",
        "cta": "Shop now"
      },
      {
        "flag": "🇪🇸",
        "lang": "ES",
        "headline": "Huele como la protagonista.",
        "subline": "Nuevo Eau de Parfum — 50ml",
        "cta": "Compra ahora"
      },
      {
        "flag": "🇫🇷",
        "lang": "FR",
        "headline": "Sentez comme l'héroïne.",
        "subline": "Nouvelle Eau de Parfum — 50ml",
        "cta": "Acheter"
      }
    ],
    "musicUrl": "https://cdn.pixabay.com/audio/2025/04/21/audio_ed6f0ed574.mp3"
  },
  "scenes": [
    {
      "id": "concept",
      "duration": 3.4,
      "backgroundColor": "#131015",
      "transition": "smoothleft",
      "transitionId": "locale",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "VIDEO",
          "src": "{{heroVideo}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "volume": 0,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.4
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='alcShade' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#131015' stop-opacity='0.5'/><stop offset='0.5' stop-color='#131015' stop-opacity='0.12'/><stop offset='1' stop-color='#131015' stop-opacity='0.86'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#alcShade)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 1400,
          "width": 940,
          "anchor": "top-center",
          "track": 2,
          "enterBegin": 0.3,
          "enterEnd": 0.8,
          "enterAnimation": "smoothup",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='text-align:center; color:#D9B8E8; font-size:26px; font-weight:800; letter-spacing:5px;'>{{brandName}} × GLOBAL LAUNCH</div><div style='margin-top:14px; text-align:center; color:#FFFFFF; font-size:72px; line-height:1.05; font-weight:800; letter-spacing:-1px;'>{{campaignName}}</div>"
        }
      ]
    },
    {
      "id": "locale",
      "iterate": "locales",
      "iterateAs": "locale",
      "duration": 3.4,
      "backgroundColor": "#131015",
      "transition": "slideleft",
      "transitionId": "wrap",
      "transitionDuration": 0.5,
      "visuals": [
        {
          "type": "IMAGE",
          "src": "{{productImage}}",
          "width": 1080,
          "height": 1920,
          "position": "center-center",
          "resize": "cover",
          "zoom": true,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 3.4
        },
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 1,
          "enterBegin": 0,
          "exitEnd": 3.4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><linearGradient id='alcLoc' x1='0' y1='0' x2='0' y2='1'><stop offset='0' stop-color='#131015' stop-opacity='0.35'/><stop offset='0.5' stop-color='#131015' stop-opacity='0.06'/><stop offset='1' stop-color='#131015' stop-opacity='0.88'/></linearGradient></defs><rect width='1080' height='1920' fill='url(#alcLoc)'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 90,
          "y": 150,
          "anchor": "top-left",
          "track": 2,
          "enterBegin": 0.15,
          "enterEnd": 0.5,
          "enterAnimation": "smoothleft",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='display:inline-block; background:rgba(19,16,21,0.85); border:1.5px solid rgba(217,184,232,0.6); color:#FFFFFF; border-radius:999px; padding:14px 32px; font-size:30px; font-weight:800; letter-spacing:2px;'>{{locale.flag}} {{locale.lang}}</div>"
        },
        {
          "type": "TEXT",
          "x": 90,
          "y": 1400,
          "width": 900,
          "anchor": "top-left",
          "track": 3,
          "enterBegin": 0.35,
          "enterEnd": 0.8,
          "enterAnimation": "smoothup",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Playfair Display"
          },
          "html": "<div style='color:#FFFFFF; font-size:66px; line-height:1.1; font-weight:700;'>{{locale.headline}}</div><div style='margin-top:14px; font-family:Inter, sans-serif; color:#CBB8D4; font-size:29px; font-weight:600;'>{{locale.subline}}</div>"
        },
        {
          "type": "TEXT",
          "x": 90,
          "y": 1690,
          "anchor": "top-left",
          "track": 4,
          "enterBegin": 0.85,
          "enterEnd": 1.2,
          "enterAnimation": "circleopen",
          "exitEnd": 3.4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='display:inline-block; background:#D9B8E8; color:#131015; border-radius:999px; padding:20px 52px; font-size:32px; font-weight:800;'>{{locale.cta}} →</div>"
        }
      ]
    },
    {
      "id": "wrap",
      "duration": 4,
      "backgroundColor": "#131015",
      "visuals": [
        {
          "type": "SVG",
          "width": 1080,
          "height": 1920,
          "track": 0,
          "enterBegin": 0,
          "exitEnd": 4,
          "svg": "<svg width='1080' height='1920' viewBox='0 0 1080 1920' xmlns='http://www.w3.org/2000/svg'><defs><radialGradient id='alcEnd' cx='0.5' cy='0.4' r='0.9'><stop offset='0' stop-color='#241B2B'/><stop offset='1' stop-color='#131015'/></radialGradient></defs><rect width='1080' height='1920' fill='url(#alcEnd)'/><circle cx='540' cy='680' r='150' fill='none' stroke='rgba(217,184,232,0.5)' stroke-width='2'/><circle cx='540' cy='680' r='108' fill='none' stroke='rgba(217,184,232,0.8)' stroke-width='1.5'/><ellipse cx='540' cy='680' rx='150' ry='56' fill='none' stroke='rgba(217,184,232,0.5)' stroke-width='1.5'/><path d='M390 680 H690 M540 530 V830' stroke='rgba(217,184,232,0.35)' stroke-width='1'/></svg>"
        },
        {
          "type": "TEXT",
          "x": 540,
          "y": 950,
          "width": 920,
          "anchor": "top-center",
          "track": 1,
          "enterBegin": 0.3,
          "enterEnd": 0.8,
          "enterAnimation": "smoothup",
          "exitEnd": 4,
          "style": {
            "fontFamily": "Inter"
          },
          "html": "<div style='text-align:center; color:#FFFFFF; font-size:58px; line-height:1.15; font-weight:800;'>Every market.<br><span style='color:#D9B8E8;'>Zero extra edits.</span></div><div style='margin-top:24px; text-align:center; color:#8E829A; font-size:25px; font-weight:600;'>{{footerNote}}</div>"
        }
      ]
    }
  ],
  "audios": [
    {
      "src": "{{musicUrl}}",
      "volume": 0.15,
      "track": 0
    }
  ]
}

More Ad creative / agency templates

View all ↗

Ready to ship video at scale?

Start free — your first render is only a JSON payload away.