Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Gravity Insights: advanced forum statistics & analytics Details »»
Gravity Insights: advanced forum statistics & analytics
Version: 1.5.0, by gravityinsights gravityinsights is offline
Developer Last Online: Apr 2012 Show Printable Version Email this Page

Category: Statistics Modifications - Version: 4.0.x Rating:
Released: 02-18-2010 Last Update: 04-19-2010 Installs: 128
Uses Plugins
Additional Files  
No support by the author.

Gravity Insights real-time forum analytics

UNDERSTAND YOUR FORUM CONTENT AND USERS. MAKE BETTER DECISIONS FOR YOUR COMMUNITY.

Gravity Insights is a real-time forum analytics service. Gravity Insights is the only analytics service designed to help forum administrators understand their content and users and make their sites better. With Insights, you?ll have a detailed understanding of who comes to your site, why they come to your site and how they interact with your content.

Please visit http://insights.gravity.com for more information.


Feature Highlights
Dashboard
  • Hourly trends for the last 24 hours
  • Recent stats & trends (pageviews, visitors, new members, new threads, new replies, searches)
  • Active Threads
  • Active Users
  • Trending Topics

Real-time Dashboard
  • Real-time stream of new threads
  • Real-time stream of new media


Who's using Gravity Insights
  1. Crackberry
  2. Mothering.com
  3. Poke Community
  4. PBNation
  5. vBSEO
  6. and hundreds more


What people are saying?
  • Kevin Michaluk, Co-founder Crackberry.com: "Insights does an outstanding job giving us an instant overview of what's happening in real time on the CrackBerry.com forums. There's always a ton of activity and sometimes it's hard to keep up. Gravity Insights not only shows us which threads are the most active, but also gives us an easy way to identify new members who are contributing great content."
  • Ed Rieker, President of PbNation: "There are a lot of generic analytics services out there. Gravity Insights is NOT one of them. Insights does an amazing job of distilling all the activity in our community into useful information. Monitoring the forum in real-time has also never been easier. Because of Gravity Insights, I now know exactly what's happening on our site. The Gravity team is outstanding, a pleasure to work with and very responsive to our needs. I highly recommend them."
  • Patrick Clinger, President and CEO, ProBoards, Inc.:"With Gravity Insights I can see what's happening across the millions of ProBoards forums. Gravity Insights is the first analytics service that I've found that includes relevant forum statistics and can scale to meet our heavy traffic volume. As a big analytics user, I continue to be surprised by all the new things I'm discovering with Gravity Insights."


How does Gravity Insights work?
It?s pretty simple. Gravity Insights is a standard vBulletin plugin. Once installed, Gravity Insights puts a lightweight beacon (similar to Google Analytics) on every vBulletin generated webpage. In addition, Gravity Insights has custom hooks that initiate asynchronous server-to-server calls between your vBulletin server and the Gravity Insights servers. These hooks allow Gravity Insights to track all the things that standard analytics software can?t track (like new threads, new replies, new member registrations, etc.).


Requirements to use Gravity Insights
Gravity Insights has been tested with very large and very small forums. You?ll need vBulletin version 3.6 or later to use Gravity Insights. Gravity Insights also supports phpBB, Vanilla Forums, and ProBoards.


Legal stuff?
Gravity Insights is copyright protected by Project Rover, Inc. You?re free to use Gravity Insights (subject to our terms and privacy policy) on any vBulletin forum for which you hold a valid license.


Anything else?
Drop us an email at insights@gravity.com if you have any questions.

If you try Gravity Insights, please click mark as installed and rate the plugin to show your support. And again, let us know what you think ? good or bad! How can we make Gravity Insights better for you?

Download Now

File Type: zip insights_vbul_1_5_2.zip (8.2 KB, 500 views)

Screenshots

File Type: jpg dashboard.jpg (80.1 KB, 0 views)
File Type: jpg Real-time stream.jpg (84.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #52  
Old 02-25-2010, 06:25 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by gravityinsights View Post
for those having the footer issue PM me and I'll work with you today to get a resolution. I've contacted those who've already submitted the issue and hopefully we'll get it resolved today asap.

If you are having the issue if you could load up the page, view source and copy/paste that into an email to insights@gravity.com it will help me to understand the problem faster.


thanks,
Jim
done.
Reply With Quote
  #53  
Old 02-25-2010, 07:12 PM
raistlinthewiz raistlinthewiz is offline
 
Join Date: Jun 2005
Posts: 19
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

quick fix: edit Insights - Pageview Beacon template and

replace with this:

PHP Code:
require_once(DIR '/insights/insights.php');
set_error_handler('insights_errhandle');
$obj = new InsightsVbulletin($vbulletin);
$output $obj->getFooterCode($foruminfo$threadinfo);
$template_hook['footer_links'] .= $output;
restore_error_handler(); 
Reply With Quote
  #54  
Old 02-25-2010, 07:21 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When i install the plugin i get an http 500 error "
The website cannot display the page

obviously uninstalled for the time being.
Reply With Quote
  #55  
Old 02-25-2010, 07:37 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by raistlinthewiz View Post
quick fix: edit Insights - Pageview Beacon template and

replace with this:

PHP Code:
require_once(DIR '/insights/insights.php');
set_error_handler('insights_errhandle');
$obj = new InsightsVbulletin($vbulletin);
$output $obj->getFooterCode($foruminfo$threadinfo);
$template_hook['footer_links'] .= $output;
restore_error_handler(); 
edited the product xml file and that seems to have fixed it.

about to test the official fix now...
Reply With Quote
  #56  
Old 02-25-2010, 07:41 PM
pete_brady pete_brady is offline
 
Join Date: Mar 2002
Location: Dublin
Posts: 209
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

official fix does the job too
Reply With Quote
  #57  
Old 02-25-2010, 08:14 PM
gravityinsights's Avatar
gravityinsights gravityinsights is offline
 
Join Date: Feb 2010
Location: Santa Monica, CA
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi all, thanks to raistlinthewiz, Matt and Pete for helping debug the issue. We have the official fix included in this thread now and the download from http://insights.gravity.com has been updated to 1.3.1 as well.

Please let me know if you come across any other issues
thanks,
Jim
Reply With Quote
  #58  
Old 02-25-2010, 08:21 PM
molieman's Avatar
molieman molieman is offline
 
Join Date: Oct 2006
Location: Ocala, FL
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fantastic, thank you for the fix
Reply With Quote
  #59  
Old 02-25-2010, 11:44 PM
gravityinsights's Avatar
gravityinsights gravityinsights is offline
 
Join Date: Feb 2010
Location: Santa Monica, CA
Posts: 65
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by molieman View Post
Works fantastic, thank you for the fix
welcome, thanks for re-installing
Reply With Quote
  #60  
Old 02-26-2010, 12:46 PM
VonDoom's Avatar
VonDoom VonDoom is offline
 
Join Date: Dec 2008
Location: USA
Posts: 494
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hmm this isnt breaking my forum anymore but it doesn't seem to be recording any data. Ill gve it a good 36 hours to see what if anything is recorded.
Reply With Quote
  #61  
Old 02-26-2010, 01:34 PM
molieman's Avatar
molieman molieman is offline
 
Join Date: Oct 2006
Location: Ocala, FL
Posts: 141
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you installed the updated version, did you put your site_guid in the siteconfig.ini ? Possibly that may be the problem. Just a thought.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:05 AM.


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.05388 seconds
  • Memory Usage 2,355KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_php
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete