Hello, I like to use google analytics to track my forum registrations. 1/Would this be sufficient - goal url: http://www.mydomain.com/forum/index.php?action=activate - funnel step http://www.mydomain.com/forum/register.html 2/how can we edit our goal url in the new analytics???
1) Yes if the activate page doesn't incude any other parameters. If it does but at the end, use that one and "head Match". If they include parameters and you can not figure how to do a "head match", then use simbolic url in the urchinTracking. (ex: urchinTracker('/g/mygoal.html)) 2) It exactly were it was, in the "edit" link in the main page after login.
@tresman, well actually there are some more parameters, like ;u=xx;code=xxxxxxxxxx Code (markup): What do you mean with "head match" ?
"head match": try to set up a goal and you'll find this option: basically it means "match the first part of the given URI". Therefore if you have something such as: http://www.mydomain.com/path/index.php?activation=activate&u=xx&code=xxxxxxxxxx (on this order) and you set up a goal for. http://www.mydomain.com/path/index.php?activation=activate with the option "head match", then all these arriving to http://www.mydomain.com/path/index.php?activation=activate&u=xx&code=xxxxxxxxxx will be traked as a goal (no matter what xxx is). But please note that using this makes goal reporting slower.