How Can We Help?

Search for answers or browse our knowledge base.

Documentation | Demos | Support

On this page
Print / Download as PDF

Signals: VAST Tag

Overview

The VAST (Video Ad Serving Template) tag provided by Intuizi is designed to facilitate the delivery of video ads by providing all necessary parameters for proper ad rendering and tracking. This document outlines the structure of the VAST tag and describes each parameter’s purpose.

Parameters

ParameterDescriptionPlaceholderExample
deviceifaThe identifier for the device%%DEVICEID%%deviceifa=1234-5678-90ab-cdef
uaThe user agent string of the device%%USERAGENT%%ua=Mozilla/5.0 (iPhone; CPU iPhone OS 13_3 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0 Mobile/15E148 Safari/604.1
ipThe IP address of the device%%IP%%ip=192.168.0.1
ahThe height of the ad in pixels%%ADHEIGHT%%ah=250
awThe width of the ad in pixels%%ADWIDTH%%aw=300
ctThe title of the content being viewed%%CONTENTTITLE%%ct=Breaking+News
cgThe genre of the content being viewed%%CONTENTGENRE%%cg=News
cnThe name of the channel or network%%CHANNELNAME%%cn=CNN
bundleIDThe unique identifier of the app bundle%%BUNDLEID%%bundleID=com.newsapp
appstoreURLThe URL to the app’s listing in the app store%%APPSTOREURL%%appstoreURL=https://apps.apple.com/app/id123456789
iabcatThe IAB category of the ad%%IABCATEGORY%%iabcat=IAB1
privacyThe privacy setting or URL to the privacy policy%%PRIVACY%%privacy=https://www.example.com/privacy-policy
deviceTypeThe type of device (e.g., mobile, tablet, desktop)%%DEVICETYPE%%deviceType=mobile
bidA string variable that holds the business identifier.%%ASSIGNEDBID%%bid=abcdefghikjklmnopqrestwz

Usage

To use the VAST tag, replace each placeholder with the corresponding dynamic value from your ad server or platform. Ensure that all parameters are properly encoded to avoid issues with special characters.

VAST Tag Example

				http://equinix-collector-1.insights.report/p/ctv.php?deviceifa=%%DEVICEID%%&ua=%%USERAGENT%%&ip=%%IP%%&ah=%%ADHEIGHT%%&aw=%%ADWIDTH%%&ct=%%CONTENTTITLE%%&cg=%%CONTENTGENRE%%&cn=%%CHANNELNAME%%&bundleID=%%BUNDLEID%%&appstoreURL=%%APPSTOREURL%%&iabcat=%%IABCATEGORY%%&privacy=%%PRIVACY%%&deviceType=%%DEVICETYPE%%&bid=%%ASSIGNEDBID%%

			
Was this article helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
Please Share Your Feedback
How Can We Improve This Article?