![]() |
NATS and Google Analyics Goal Tracking
Has anyone ever set up google analytics goal tracking with NATS? It works for us but only tracks some of the joins to our site, misses most.
Cant figure out why. Here is the GA code we use on the NATS approved page and sitewide tour. <script type="text/javascript"> var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-31758046-2']); _gaq.push(['_setAllowLinker', true]); _gaq.push(['_setDomainName', 'hdvpass.com']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); </script> Any help would be very much appreciated! Thanks |
I see you use SegPay
Do they redirect the customer back to the Nats approval page instantly after joining? A lot of billers first show their own confirmation page and after X seconds refresh to the Nats one, it could be that new members already click to the members area from the biller's approval page. Also some billers don't forward to the Nats approval page at all. If that is the case, you could do something like this: Make a html page on something like hdvpass.com/goal.html and add the analytics code in it and set that page as the goal. Then in the members area load that page in a 1 by 1px iframe (and add some php code to only show it to new members that login for the first time). |
Hi Konda, Thanks for this. I will contact segpay and see what they say.
I like the iframe idea, I am going to try this aswell! Thanks a bunch! |
All times are GMT -7. The time now is 02:16 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc