New User Tracking in google Analytics

leonor

Active Member
License Active
Hello, i am searching for a way to Track new Site register via google Analytics.

The problem is,t hat google only url supports, and that the Join Url und the join finish url the same is. Is there simpy way to change somthing that are the second Url not the same like /join/ ?

greetz
leonor
 

Basti

Administrator
Staff member
Why not just paste it into join_finish.html ( auto approve ) ?

As far as i know you can push any kind of tracker into the GA object
Code:
<script type="text/javascript">
    _gaq.push(['_trackEvent', 'Site Forms', 'signup', 'New Users']);
</script>
Not sure it really works that way, but i think
 
Top