Last active
August 29, 2015 13:57
-
-
Save plcstevens/9891445 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a href="/index.cfm?id=ordering&product=homeofficeX&orderflow=p2p&QSUsage=teleworker" | |
onclick="callReevoo('Propensity to buy', 'Buy Now – Product page', 'E_CS_-TELEX', '/index.cfm?id=ordering&product=homeofficeX&orderflow=p2p&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