vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Google Analytics Registration Goal Plugin (https://vborg.vbsupport.ru/showthread.php?t=101691)

Jacqueline 03-24-2006 12:20 AM

Quote:

Originally Posted by BlackHawk1994
heheh, here I am almost two months later and I still haven't managed to get this to work. I've got some quick register mod installed which means registration is a one step process, so I've just been using ..../member_added.html without any of the funnel steps, but nothing shows up.

That makes sense. With your quick register mod, you need to track the path the mod takes. This is setup to track the standard vBulletin path.

cgchris99 03-24-2006 12:32 PM

I'm confused, if the URL doesn't change the way register works, how in the world does the analytics goals know what is happening?

Jacqueline 03-24-2006 02:24 PM

The path is defined inside the urchin code that is being put in by the plugin. It doesn't change the actual URL; it is more of a pseudo URL.
Here's the link at Google that explains what is happening in detail.

http://adwords.google.com/support/bi...288&topic=8152

cgchris99 03-24-2006 04:01 PM

Thanks for the information. I'll re-install the plugin this weekend.
And try to get the goal funnels filled in.

Jacqueline 03-27-2006 11:47 AM

Hi, cgchris99. Just checking back to make sure the install went well for you over the weekend.

sportsoutlaw 03-30-2006 10:56 PM

I have the code at the very top of my headerinclude as per instructions at vb.com. Will this effect how this plugin works?

Jacqueline 03-31-2006 12:41 AM

What code do you mean by 'the code?'

If you mean your basic google analytics code, then it doesn't matter where you put it as long as google picks it up. My instructions including putting it where Google originally recommended, just before the /header. Now Google recommends putting the code just before the /body.

Here's the link and pertinent text from Google's website:
http://adwords.google.com/support/bi...er=27323&hl=en


The code contained in the text box on the Tracking Status page must be copied and pasted into all of the web pages you will be tracking. It should be added immediately before the </body> tag, and can be added by hand or through the use of templates or includes, if available.

cgchris99 04-04-2006 02:01 AM

Sorry I haven't been back recently. I re-uploaded the plugin

I also edited the goals to be
www.(mydomain).com/forums/funnel_register......

Now we will wait and see if we get any conversions.

The part I don't understand is how it will look for a directory called /funnel_register when it doesn't exist.

cgchris99 04-06-2006 12:42 AM

After changing the plugin to include /forums/funnel.....

I got it working perfectly. Probably could have left it alone and just modified the settings in google but 6 of one half a dozen the other.

Thanks for a great plugin.

Nick0r 04-06-2006 06:54 AM

For some reason the goals aren't working for me in Urchin, they're clearly setup but reporting 0 in analytics.

This is what the goal looks like:

Goal Name URL Active Goal Settings
G1 Registration http://www.cardschat.com/funnel_regi...ber_added.html On Edit

Nick0r 04-08-2006 09:51 AM

Any ideas?

Could it be because I put my analytics tracking code in the footer of the page rather than in headinclude?

aus_dave 04-15-2006 12:19 PM

I can't get this working either - my tracking code is also in the footer.

I have tried a few different combinations of paths in the settings and the plugin but still no luck.

How quickly are conversion goals updated in analytics? I give it a few days before making another change so it's a slow process to troubleshoot.

Jacqueline 04-16-2006 06:21 PM

Nick0r and aus_dave,
Try putting it in the headinclude. In theory it should work from anywhere. The head include is where Google originally said to put it, just before the </head> tag. Now they say put it just before the </body> tag.
Nick0r, on your site, you have a ton of javascripts that show up when I look at the source on your first register. It is also possible that something is conflicting. Perhaps putting it in the head include will get it to run before something else that may conflict. The text itself looked correct, so I didn't see any typos. Also, can you list the exact URLs you gave to Google Analytics? For instance, the first one should be something to do with signup.html instead of member added.
aus_dave, yes, it can take a few days for google to start showing statistics, which does make it very slow to troubleshoot. If you want to post what's in your google setup, I'd be happy to take a look at it for you.

akanevsky 04-16-2006 06:27 PM

Did you do the "screenshots" with your camera and then scan them or something?

Jacqueline 04-16-2006 06:50 PM

No, I did them using a print screen while I had a bad video card, which put the lines in.

Jacqueline 04-16-2006 07:34 PM

I updated the screen shots. Those should look a bit better.

akanevsky 04-16-2006 07:36 PM

Yes, good job :)

aus_dave 04-18-2006 07:28 AM

Thanks for the advice Elleth. I moved the tracking code inside the headinclude and it worked fine. Not sure why this would be so - in theory it should work anywhere on the page.

Now I need to work out what all these goal conversion reports mean!

Nick0r 04-21-2006 12:36 PM

The problem with putting it in headinclude is that there are tons of custom pages of my sites that use custom mega tags etc and i avoid using $headinclude in those ones. It'll be too time consuming to go through and add them all manually.

In terms of the javascript, I haven't added anything there at all, I haven't even customised registration.

Jacqueline 04-22-2006 01:49 AM

Nick0r,
When I looked at the source that displays on your registration page, there was a lot of extra code, and I suspect some of that code is conflicting with Google. Try going to your registration page and viewing the source, then going to another bulletin site and viewing the source, and you will see what I mean.
If the headinclude doesn't work for you, then perhaps putting it in the header will work?

FlyBoy73 05-04-2006 11:44 PM

Is Google still offering this feature for free or do they have a waiting list?

Jacqueline 05-05-2006 01:34 AM

I believe their intent is for this to remain free. I know a lot of people recently got their invitations. Their page now says it takes a few weeks. Go here to sign up:
http://www.google.com/analytics/sign_up.html

FlyBoy73 05-05-2006 02:24 AM

Thanks for the link.

Nick0r 05-05-2006 05:57 AM

Quote:

Originally Posted by Elleth Faewen
Nick0r,
When I looked at the source that displays on your registration page, there was a lot of extra code, and I suspect some of that code is conflicting with Google. Try going to your registration page and viewing the source, then going to another bulletin site and viewing the source, and you will see what I mean.
If the headinclude doesn't work for you, then perhaps putting it in the header will work?

Tried in header but had no luck, still getting no reporting.

Jacqueline 05-05-2006 12:45 PM

Hi, Nick0r

I just looked over your site using the 'view source' from the browser, and the code looks correct. I also do not see any SEO rewrites that would cause problems. I do see that you have the script for rss feeds, which is different.

Just to verify what is not working: Are you getting statistics on everything from Google Analytics except the goal is not working, or are you getting no statistics at all from Google Analytics?

Nick0r 05-05-2006 01:05 PM

I'm getting stats, just not for that goal.

Jacqueline 05-05-2006 02:08 PM

That helps to track it down. As long as you are getting stats, then including the google code in your header is fine.

Next is to look at your registration goal. Can you send screenshots of your google goal setup, or else list the options and copy/paste what you have in them here?

Jacqueline 08-10-2006 05:34 PM

For those using VBSEO, they have created a way to use the google analytics goal. Here's a link to their how-to:
http://www.vbseo.com/f30/how-setting...nalytics-6437/

StarBuG 11-03-2006 09:54 AM

I tried this produkt on my 3.6.2 forum but it did not work.

Registration is still called via register.php?do=register

I have no SEO installed.

StarBuG

Jacqueline 11-25-2006 10:34 PM

The registration URL in your address bar does not change. This is working fine for me still up through 3.6.4.

What does your Google Analytics show in your Goal and Funnel process?

Jacqueline 02-25-2007 01:20 AM

I have updated the XML file on this for 3.6x vBulletin. Here's the thread for the updated version.

https://vborg.vbsupport.ru/showthread.php?t=140381

Majidm 09-30-2010 12:11 AM

Any way to track Paid Subscriptions?


All times are GMT. The time now is 01:34 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01266 seconds
  • Memory Usage 1,799KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (32)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete