ERRORvideo.srcplaceholder — set the real video URL
{
"name": "untitled-300x250",
"size": {
"w": 300,
"h": 250
},
"clickTag": "https://REPLACE-ME.example.com",
"video": {
"src": "https://REPLACE-ME.example.com/video.mp4",
"poster": "",
"autoplay": true,
"muted": true
},
"videoBySize": {},
"stopPoints": [
{
"at": 4,
"type": "quiz",
"question": "What matters most to you?",
"options": [
{
"label": "Speed",
"value": "speed"
},
{
"label": "Price",
"value": "price"
},
{
"label": "Support",
"value": "support"
}
]
}
],
"endcard": {
"text": "Built for the way you watch.",
"cta": "Learn more"
},
"tracking": {
"beaconUrl": "https://app-khaki-three-is9mokny1k.vercel.app/api/event"
},
"frame": {
"enabled": false,
"color": "#ffffff",
"width": 3,
"radius": 0,
"logo": {
"src": ""
}
},
"form": {
"enabled": false,
"placement": "end",
"at": 3,
"headline": "Get in touch",
"fields": [
{
"name": "name",
"label": "Your name",
"type": "text",
"required": true
},
{
"name": "email",
"label": "Email",
"type": "email",
"required": true
}
],
"submitLabel": "Submit",
"consentText": "I agree to be contacted about this offer.",
"endpoint": "https://app-khaki-three-is9mokny1k.vercel.app/api/lead",
"successText": "Thanks — we'll be in touch!"
},
"exportSizes": [
{
"w": 300,
"h": 250
}
]
}