Pass data through URLs to create dynamic, personalized video experiences. URL parameters let you personalize content in real-time without pre-uploading contact lists.
What Are URL Parameters?
URL parameters are key-value pairs added to the end of a video URL that pass data directly to the video. They allow for instant personalization without requiring data to be uploaded beforehand.
https://app.blings.com/video/abc123?first_name=John&company=Acme&industry=Technology&budget=75000&sales_rep=Sarah
Video content:
"Hi {{first_name}}! I noticed {{company}} is in the {{industry}} space.
Given your {{budget}} budget, I think you'd be perfect for our Enterprise plan.
{{sales_rep}} from our team would love to show you how we can help."
https://app.blings.com/video/def456?name=Mike&role=CTO&company_size=Startup&use_case=scaling
Video content:
"{{name}}, as a {{role}} at a {{company_size}} company, I know you're focused on {{use_case}}.
Let me show you how our platform can help you scale efficiently..."
https://app.blings.com/video/ghi789?first_name=Lisa&industry=Finance&location=New York&event_date=March 15
Video content:
"{{first_name}}, we're hosting a {{industry}} summit in {{location}} on {{event_date}}.
As a leader in the {{industry}} space, we'd love to have you join us..."