I am trying to log different events like start, stop etc. when the video is played. For this, I have configured URLs in VAST XML in <Tracking> XML tag. But the tracking URLs are not getting 'hit' when the Ad is played (these URLs are embedded in the VAST XML). For now, I am not using any ADS. Rather, I am using VAST XML in ADS server URL in AWS MediaTailor configuration.
Below is the code snippet:
<Tracking event="start"><![CDATA[https://myapplication.com/tracking/start]]></Tracking>
<Tracking event="firstQuartile"><![CDATA[https://myapplication.com/tracking/firstQuartile]]></Tracking>
Does anyone have an idea on why could this be?