Skip to content

Instantly share code, notes, and snippets.

@plcstevens
Last active August 29, 2015 13:57
Show Gist options
  • Save plcstevens/9891445 to your computer and use it in GitHub Desktop.
Save plcstevens/9891445 to your computer and use it in GitHub Desktop.
function callReevoo(cat, act, sku, url) {
ReevooMark.Tracking.ga_track_event(cat, act, sku);
ReevooMark.track_exit();
setTimeout(function(){ window.location=url; }, 500);
return false;
}
<a href="/index.cfm?id=ordering&amp;product=homeofficeX&amp;orderflow=p2p&amp;QSUsage=teleworker"
onclick="callReevoo('Propensity to buy', 'Buy Now – Product page', 'E_CS_-TELEX', '/index.cfm?id=ordering&amp;product=homeofficeX&amp;orderflow=p2p&amp;QSUsage=teleworker');"
id="button-homeoffice"
class="button-orange addPhone">
Sign Up
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment