vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Google Analytics Registration Goal Plugin (https://vborg.vbsupport.ru/showthread.php?t=140381)

Jacqueline 03-28-2008 12:12 AM

Quote:

Originally Posted by Gersfan (Post 1438531)
Looooks very good guys but I'm sorry I'm a little lost on what it does or is? I've never heard of Google Analytics before?

Sorry for the late response. I didn't see the notification when you posted. Google analytics lets you keep some very good statistics on your web site. It is a free service offered by Google. The software used to be quite expensive. It was called Urchin. For more information, go to http://www.google.com/analytics


Quote:

Originally Posted by todd222222 (Post 1475310)
Will this work with the "new form" of code?

http://www.google.com/support/google...n&answer=69588

I'm looks like the name of the script has change therefore I'm assuming there would be a problem.

Thanks
Todd

Todd,
I don't believe there will be a problem with Google's changes. I will be updating this once vBulletin 3.7 goes gold and will update the instructions with Google's new for of code too.

todd222222 03-28-2008 05:55 PM

It seems like it's not working with the new code as I'm not seeing the registration from yesterday.....I wish I understood how this stuff worked. :)

Jacqueline 03-28-2008 11:08 PM

Thanks, todd. I'll take a look at it this weekend.

valdet 09-13-2008 10:27 AM

I saw a question asked on vbseo.com, which noone cared to answer.

http://www.vbseo.com/f30/how-setting...tml#post166261
Quote:

Will this method work if I use the Quick Register plugin, instead of the default vBulletin registration form?

Thanks
Any ideas, before I start using Quick Register.

Nubai 11-24-2008 11:15 PM

Hi,

Is this going to be updated for 3.7.x? Or is there another way to track registrations as goals? I'm new to VB and analytics so sorry for the daft question.

Mark

xlguy 10-16-2009 11:14 AM

Anyone know if this plugin still works with vB3.8.x? Thanks :)

Update The code needs to be edited as the way to manually track goals on the same URL has changed, see:
http://www.google.com/support/google...n&answer=55576

Just need to edit the code in the plugin before you import it, following instructions above.

Will test now and let you know if works.

kmike 10-04-2010 08:11 AM

For those who are using the new Google Analytics async tracking code, attached is the updated product file.

The async code that you put in the HEAD page section looks like this:
Code:

<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-xxx-xx']);
  _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>



All times are GMT. The time now is 04:40 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.01032 seconds
  • Memory Usage 1,730KB
  • 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
  • (1)bbcode_code_printable
  • (3)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
  • (7)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