A simple proof on how you can capture and report on the original referring information when deploying a Test&Target direct offer.
Category Archives: Uncategorized
Test&Target Redirects & Referrers
A simple proof on how you can capture and report on the original referring information when deploying a Test&Target direct offer.
Testing Dynamic Content Using Test&Target Widget Offers
Want to see how everything connects together? Watch this freaking awesome video. Want to know the details? Keep reading…. I recently was presented with an interesting problem: Return a chunk of content from a CMS based on the Offer that Test&Target served up to a visitor. After doing a little digging […]
Testing Dynamic Content Using Test&Target Widget Offers
Want to see how everything connects together? Watch this freaking awesome video. Want to know the details? Keep reading…. I recently was presented with an interesting problem: Return a chunk of content from a CMS based on the Offer that Test&Target served up to a visitor. After doing a little digging […]
Using Charles Map Local
Learn how to use the Charles Map Local function to debug client code. →Charles: Download a free trial of Charles here. →s.apl Utility Function: [javascript] /* * Utility Function: apl */ s.apl=new Function(“L”,”v”,”d”,”u”,”” +”var s=this,m=0;if(!L)L=”;if(u){var i,n,a=s.split(L,d);for(i=0;i
Using Omniture's Link Handler Plug-in
In this tutorial you will learn how to use Omniture’s Link Handler Plug-in to capture additional data to describe links that are being clicked on. Special thanks to Andreas Dierl Code Mentioned [javascript] /* * Plugin: linkHandler 0.5 – identify and report custom links */ s.linkHandler=new Function(“p”,”t”,”” +”var s=this,h=s.p_gh(),i,l;t=t?t:’o’;if(!h||(s.linkType&&(h||s.linkN” +”ame)))return ”;i=h.indexOf(‘?’);h=s.linkLeaveQueryString||i
Using Omniture’s Link Handler Plug-in
In this tutorial you will learn how to use Omniture’s Link Handler Plug-in to capture additional data to describe links that are being clicked on. Special thanks to Andreas Dierl Code Mentioned [javascript] /* * Plugin: linkHandler 0.5 – identify and report custom links */ s.linkHandler=new Function(“p”,”t”,”” +”var s=this,h=s.p_gh(),i,l;t=t?t:’o’;if(!h||(s.linkType&&(h||s.linkN” +”ame)))return ”;i=h.indexOf(‘?’);h=s.linkLeaveQueryString||i
Charles, It’s Not Just For Tag Validation – Part 2
In Part 1, we reviewed how Charles can be used to swap local files with files on your production site to test changes made to your tracking code. Now, in Part 2, we will take the Map Local feature in Charles to a whole new level by mapping files that don’t yet exist on […]
Charles, It's Not Just For Tag Validation – Part 1
When I first started implementing web analytics solutions for clients, my tool of choice for peeking inside the image requests being sent to the vendor was Charles. I’ve since moved on to using httpFox as my primary page tag validation tool but Charles has other features that I just can’t live without. Map Local […]
Charles, It’s Not Just For Tag Validation – Part 1
When I first started implementing web analytics solutions for clients, my tool of choice for peeking inside the image requests being sent to the vendor was Charles. I’ve since moved on to using httpFox as my primary page tag validation tool but Charles has other features that I just can’t live without. Map Local […]