To ensure seamless data integration, it's crucial to test with a dummy MP5 video. This allows developers and testers to confirm that data connections between the video, HTML page, and personalized data are correctly established.

Example: Testing data for loyalty video.
Use the dummy video to validate data integration across various platforms—whether it's a webpage, CRM campaign, or mobile interface. Once your video design is finalized, simply swap out the dummy video with the final version in the SDK.
The dummy video accepts a variety of parameters—texts, numbers, media, etc. For testing, use only the parameters essential to your use case. For instance, to test an automated email sent from Hubspot upon a product purchase, you can use the following parameters
data = {
TEXT: {
parameter_text_1: "contact.first_name",
parameter_text_2: "delivery set to " + "delivery.time",
},
IMAGES: {
parameter_image_1: "delivery.product.image_main",
},
LINKS: {
parameter_url_1: "delivery.verify_deeplink",
},
};
A successful test will display a dummy video featuring the user's name, delivery details, etc. Note that variable names will be updated to match those in the final video once it’s ready.
Online Demo Video
Project id: 4ffd4332-17a7-4a79-b93c-b2b2af1f8ef7
Sample HTML File (download)
Blings SDK Integration Test.html