Recommended method:
Visit the Configuration tool in your Swarmify Dashboard. This tool will allow you to add a VAST URL, outputting a new script to replace your old script in your site's header.
If you want to edit the script in your header manually (not recommended):
- Add plugins.swarmads.adTagUrl to the SmartVideo snippet in the header of your site
- Include your VAST URL in the snippet after adTAGUrl
Example configuration:
var swarmoptions = {
swarmcdnkey: "YOUR_APP_KEY", // your API key - mandatory
plugins: {
swarmads: {
adTagUrl: "YOUR_VAST_URL" // something like
http://pubads.g.doubleclick.net/...
}
}
};
If you experience any issues, please give us a shout via live chat on our site!