Hello,
I'm trying to wrap my head around how to properly implement Click-Tracking within Test & Target (Advanced). As is typically the case, the team writing client-side code into the T&T interface is not the same team that produced the published site - which is to say they do not have access to the underlying source code. With that said, suppose I want to do a classic A/B Test where I wish to understand whether "30 Days Free" messaging has a higher click-through and conversion than "One Month Free". Each messaging option contains two buttons both labeled "Learn More" and "Buy Now".
So I would setup a campaign where Experience A equals the default IT produced content (30 days Free) for half the traffic and Experience B (One Month Free) that represents the T&T inserted content to the other 50%. This document http://microsite.omniture.com/t2/help/en_US/tnt/help/index.html#Click_Tracking spells out how to do Click Tracking in T&T; however, there appears to be a few gaps:
Thanks in advance for any additional documentation or code which would answer these questions.
Solved! Go to Solution.
Hi there,
To understand this, it would be best if you could go over the current set up that you have for this site.
In case you have conversion mboxes set up for this site on the landing pages of "Learn More" and "Buy Now," then we would not have to indulge in click tracking, just a simple campaign with different banners as different experiences and "Buy Now" page mbox and "Learn More" page mbox as conversion mboxes will work. This appraoch would be much simpler.
However, in case you do not have any mboxes set up for conversion, and it is not possible to make this change, then within the HTML offers, you would have to include the HTML of that offer with the anchor tags that would fire the script for click tracking. The script would look something like the following:
<script type="text/javascript">
mboxDefine("dynamicElement", "mbox_dynamic", "parameter1=value1");
mboxUpdate("mbox_dynamic", "parameter1=value1");
</script>
Let me know if there are any concerns.
Thanks,
Hi there,
To understand this, it would be best if you could go over the current set up that you have for this site.
In case you have conversion mboxes set up for this site on the landing pages of "Learn More" and "Buy Now," then we would not have to indulge in click tracking, just a simple campaign with different banners as different experiences and "Buy Now" page mbox and "Learn More" page mbox as conversion mboxes will work. This appraoch would be much simpler.
However, in case you do not have any mboxes set up for conversion, and it is not possible to make this change, then within the HTML offers, you would have to include the HTML of that offer with the anchor tags that would fire the script for click tracking. The script would look something like the following:
<script type="text/javascript">
mboxDefine("dynamicElement", "mbox_dynamic", "parameter1=value1");
mboxUpdate("mbox_dynamic", "parameter1=value1");
</script>
Let me know if there are any concerns.
Thanks,
Thanks very much
Views
Replies
Total Likes
hanks very much
Views
Replies
Total Likes
Views
Like
Replies