Test n target plugin for AppMeasurement
We are moving to AppMeasurement for s_code and the T n T plugin given by our Clint care is not working with the new AppMeasurement. Any help on this is appreciated.
The code i got is
<script type="text/javascript">
/*T&T to SiteCat v4.3 ==>Response Plugin*/
window.s_tnt = window.s_tnt || '', tntVal = '${http://campaign.id%7D:$%7Bcampaign.recipe.id%7D:$%7Bcampaign.recipe.trafficType')">campaign.id}:${campaign.recipe.id}:${campaign.recipe.trafficType},';
if (window.s_tnt.indexOf(tntVal) == -1) {
window.s_tnt += tntVal
}
if (mboxFactories.get('default').isDomLoaded() && (window.s && http://window.s.tl')">window.s.tl)) {
var ltv = s.linkTrackVars;
var lte = s.linkTrackEvents;
s.linkTrackVars = 'tnt';
s.linkTrackEvents = 'None';
http://s.tl(%60TnT')">s.tl('TnT', 'o', 'TnT');
s.linkTrackVars = ltv;
s.linkTrackEvents = lte;
}
</script>
I feel there is some typo in this code. Please let me know the right code.