: First, make sure to add the Google Analytics tracking code (you can find it in your account). Then, use the _trackPageview or _trackEvent function to track the redirect. function trackRedirect(id,
First, make sure to add the Google Analytics tracking code (you can find it in your account).
Then, use the _trackPageview or _trackEvent function to track the redirect.
function trackRedirect(id, target) {
_gaq.push(['_trackPageview', '/out/' + id]);
window.location.replace(target);
}
if (country == 'IT') {
trackRedirect('252342', 'http://www.externallink.it/?affiliate=252342');
} else if (country == 'ES') {
trackRedirect('252343', 'http://www.externallink.es/?affiliate=252343');
} else if (country == 'FR') {
trackRedirect('252344', 'http://www.externallink.fr/?affiliate=252344');
} else {
trackRedirect('252346', 'http://www.externallink.com/?affiliate=252346');
}
More posts by @Martha676
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.