Hello, I'm trying to have a site redirected but still have a analytics report
current code
this currently isn't working, and i was wondering if you guys knew of a solution?
current code
Code:
<?php header("Location: http://domain.com")?>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("");
pageTracker._trackPageview();
} catch(err) {}</script>
this currently isn't working, and i was wondering if you guys knew of a solution?