vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Statistics Modifications - Gravity Insights: advanced forum statistics & analytics (https://vborg.vbsupport.ru/showthread.php?t=236275)

gravityinsights 02-24-2010 10:12 PM

Quote:

Originally Posted by lemonadesoda (Post 1990619)
^^Private forum? What information is transmitted to Gravity Insights?

If you have Gravity Insights installed, when a user visits your community you transmit traffic information (such as which webpages a user views) and user activity information (such as post content and related metadata). By transmitting this information to us, we are able to enable Gravity Insight's killer features without putting a significant load on your servers.

TBH, I think gravity have done an EXCELLENT job. Looks great, and nice info. But be warned about privacy/confidentiality issues if it is relevant to you.



hi lemonadesoda... to address your privacy issue. If you have a private forum you do not wish us to track you can mark it in our config file and we will not log any data for that forum at all. For example some of our largest clients have confidential admin only forums which they mark as private and those stats aren't recorded. If you have a public site, all the information we gather is publicly available already.

thanks,
Jim

gnatster 02-24-2010 10:19 PM

Been using this for a while now. Find it very useful to see what my members are viewing and how I can structure commonly searched items better. The team has been quite responsive in tweaking the product to run better and provide better information.

I'm looking forward to upcoming features as well...

Trek 02-24-2010 11:01 PM

With the ability to exclude forums, I went ahead and installed. Pretty cool so far, only have a small amount of data yet to play with of course so I can't see some of the functionality yet.

Will/is it possible to get some of this data on our forums? I'd like to be able to display what the most active conversations are, etc. Would make perfect forum blocks and CMS widgets.

Also, I'd like to see more integration with vBulletin as far as config options go. I have a large list of forums to exclude, etc. Would be nice if we had (through the AdminCP) a way to select what forums we WANT, or the ones we want to exclude. Whichever is smaller. Much easier to maintain that way.

gravityinsights 02-24-2010 11:20 PM

Quote:

Originally Posted by Trek (Post 1990798)
With the ability to exclude forums, I went ahead and installed. Pretty cool so far, only have a small amount of data yet to play with of course so I can't see some of the functionality yet.

Will/is it possible to get some of this data on our forums? I'd like to be able to display what the most active conversations are, etc. Would make perfect forum blocks and CMS widgets.

Also, I'd like to see more integration with vBulletin as far as config options go. I have a large list of forums to exclude, etc. Would be nice if we had (through the AdminCP) a way to select what forums we WANT, or the ones we want to exclude. Whichever is smaller. Much easier to maintain that way.

hi Trek thanks for the feedback. We're definitely planning on opening up these APIs to forum admins so you can surface this data on your site in the very near future, along with "trending topics" (one of the things we do with the post content).

On the vbulletin admin CP panel integration issue... We run on some of the largest forums on the net (proboards, pbnation.com, etc..) and they're #1 concerns are performance, ease of integration and maintainability. Having the IDs manually entered in the config file allows us to not require any integration with your database or have the need to write to files on disk. When you're dealing with 400+ servers it's alot easier to tweak a file and rsync it over to all without needing to tweak the permissions as well.

thanks,
Jim

gravityinsights 02-24-2010 11:27 PM

Quote:

Originally Posted by Trek (Post 1990768)
Does this mean that the entire contents of threads/replies are sent? Including any inline images, etc?

If this is true, thanks but no thanks. =) I'd love to use the service, but I don't see any reason why I'd want threads protected by user permissions groups on my forums to be sent, analyzed and used by anyone else. Data collected for statistical purposes makes sense, but post content and images do not, at least to me.

Hi Trek, Thanks for the note. Yes, post content and images are sent to Gravity Insights. If you have specific forums you do not wish to track, you can set those forum IDs in your config file and no data will be tracked or transmitted for those forums. Just to be clear, post and image content is not transmitted “anyone else.” It’s transmitted to us so that we can provide advanced features to you that wouldn’t otherwise be possible (like trending topics and the live content / media streams). We’re working on additional functionality now that will provide you a better sense of your users' interests similar to how services like Quantcast provide demographic data. We think that this type of information will be invaluable to forum operators who are trying to monetize their sites and attract new advertisers.

We appreciate your concern and thanks for the feedback.

Chuta 02-25-2010 04:09 AM

Nice add-on!!!
Tagged. :)

molieman 02-25-2010 05:38 PM

Quote:

Originally Posted by molieman (Post 1990574)
Installed a vB 4.0.2. p1

FANTASTIC!!!!! Thank you from a number cruncher :) :) :)

Lost white background color on forum page, after install. :(

Haven't heard anymore updates on this matter. Makes my site look bad.

This has effected the "body_background" and the stylevars for body_background is set correctly. I hate to lose data already collected :( I love it.

Please let me know how close you are in correcting this anomaly?

pitt34 02-25-2010 05:41 PM

Bug on: http://insights.gravity.com/dashboard

Quote:

Catchable fatal error: Argument 1 passed to services_DashboardInfo::setSite() must be an instance of site_Model, instance of stdClass given, called in /var/www/insights/application/default/controllers/DashboardController.php on line 25 and defined in /var/www/insights/application/default/services/DashboardInfo.php on line 48

pete_brady 02-25-2010 05:55 PM

i lose a chunk of my pages too. is it just a case of changing where it hooks into the page?

i have no idea what i'm talking about...

gravityinsights 02-25-2010 06:02 PM

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

pete_brady 02-25-2010 06:25 PM

Quote:

Originally Posted by gravityinsights (Post 1991410)
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.

raistlinthewiz 02-25-2010 07:12 PM

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(); 


VonDoom 02-25-2010 07:21 PM

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

obviously uninstalled for the time being.

pete_brady 02-25-2010 07:37 PM

Quote:

Originally Posted by raistlinthewiz (Post 1991469)
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...

pete_brady 02-25-2010 07:41 PM

official fix does the job too

gravityinsights 02-25-2010 08:14 PM

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

molieman 02-25-2010 08:21 PM

Works fantastic, thank you for the fix :) :) :)

gravityinsights 02-25-2010 11:44 PM

Quote:

Originally Posted by molieman (Post 1991527)
Works fantastic, thank you for the fix :) :) :)

welcome, thanks for re-installing :)

VonDoom 02-26-2010 12:46 PM

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.

molieman 02-26-2010 01:34 PM

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. :)

VonDoom 02-26-2010 01:52 PM

Quote:

Originally Posted by molieman (Post 1991995)
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. :)

No i actually downloaded it from the official site after i registered. Was told no file edits are required if downloading from the official site. I appreciate your help though..
--------------------------
Edit my bad you are correct i quickly downloaded the updated file from vB.org so yup that would be my problem. Off to make a quick edit now. ;) thanks for the tip.
----------------------------------
+1
Quote:

Exit information: A couple of admins asked if we could track what the last conversation that a user viewed was – especially for guest users.

molieman 02-26-2010 05:29 PM

I find after watching the information displayed on Gravity-Insights web-site, the information gathered not totally accurate, at least not compared to my AWSTATS for the site.

Correct me if I'm wrong, please, the only information collected is from the forum, not the CSS. So all articles read or moving around from home page is not recorded, is this correct? An example is; Yesterday AWSTATS page views indicated 73K, Gravity-Insight shows 9.72K. That's quite a bit off.

I also have Downloads II, PhotoPost, and Classifieds, I don't believe those areas are recorded either.

This could be a complete misunderstanding in my part, perhaps an explanation of exactly each item represents would help.

I don't mind sharing my sites information, but I do want the information to be an accurate representation.

I find the streaming information to be interesting and helpful, but the numbers are critical for me to sell my site for advertising.

gravityinsights 02-26-2010 06:03 PM

hi Matt, you are correct that only the forum data is tracked right now. If there is enough interest we could provide a piece of javascript that could be used on all pages for other pages on the site.

Some of our bigger forums like the separation so they compare how their community is doing vs the rest of the site.

pitt34 02-26-2010 06:19 PM

I reinstalled and nothing has changed.

The same problem:

Quote:

Catchable fatal error: Argument 1 passed to services_DashboardInfo::setSite() must be an instance of site_Model, instance of stdClass given, called in /var/www/insights/application/default/controllers/DashboardController.php on line 25 and defined in /var/www/insights/application/default/services/DashboardInfo.php on line 48

betts02 02-26-2010 06:44 PM

Got this installed from your site so no need for editing any files ? is this correct ?

When i view the dashboard it has "no data found" any reason why this is showing ?

Does this change after say 1 day or have i done something wrong ?

cheers in advance

gravityinsights 02-27-2010 03:22 AM

hi guys, we pushed a new download of the plugin at http://insights.gravity.com
1.4.0 It should address the remaining issues we've been seeing. If you have any other problems feel free to email me directly at: insights@gravity.com
thanks,
Jim

gravityinsights 02-27-2010 12:40 PM

also, I am seeing some data come in without a proper siteguid so please double check your insightsconfig.php or siteconfig.ini files to make sure you have a valid siteguid from insights.gravity.com

thanks
Jim

VonDoom 02-27-2010 04:45 PM

Well after the latest update all my problems have been solved. I love this unique way of tracking our forum specific data. A+ stuff. Wondering if we can switch the stats to operate within our forums Default timezone?

VonDoom 02-27-2010 07:46 PM

the live search stats are an amazing tool. love this

gravityinsights 02-28-2010 02:56 AM

Quote:

Originally Posted by VonDoom (Post 1993027)
Well after the latest update all my problems have been solved. I love this unique way of tracking our forum specific data. A+ stuff. Wondering if we can switch the stats to operate within our forums Default timezone?

awesome! glad we were able to get it working for you. Currently the times are PST but we do have time zone bases stats scheduled for the future.

let us know if there's any other features you'd value

thanks,
Jim

gravityinsights 02-28-2010 07:29 PM

Quote:

Originally Posted by betts02 (Post 1992223)
Got this installed from your site so no need for editing any files ? is this correct ?

When i view the dashboard it has "no data found" any reason why this is showing ?

Does this change after say 1 day or have i done something wrong ?

cheers in advance

Are you still having these issues? Have you verified that your config file has a valid siteguid?
Email me and we can walk through it together if you're still having issues... insights@gravity.com

thanks,
Jim

betts02 02-28-2010 07:46 PM

sorry for the late reply, but all is working great now, must of just needed a day to collect the data ?

cheers

BlackJacket 03-01-2010 01:18 AM

Thanks! Installed.

What about the ability to have other webmasters view the statistics but not be able to edit any information.

For example i have 3 other admins but do not want to give them my login information to the Gravity Insights website. An option for me to grant them access to those stats would be good. :)

Snug 03-01-2010 02:30 AM

how about adding last weeks stats to the charts??

gravityinsights 03-01-2010 03:34 AM

Quote:

Originally Posted by BlackJacket (Post 1994178)
Thanks! Installed.

What about the ability to have other webmasters view the statistics but not be able to edit any information.

For example i have 3 other admins but do not want to give them my login information to the Gravity Insights website. An option for me to grant them access to those stats would be good. :)

that's available :)
PM me to get it set up. The front end hasn't been finished yet but the backend fully supports multiple users on an account.

gravityinsights 03-03-2010 04:44 PM

Quote:

Originally Posted by betts02 (Post 1993963)
sorry for the late reply, but all is working great now, must of just needed a day to collect the data ?

cheers

there is a mixture of realtime and daily data that gets processed, depending on how complex it is to run across the data.

gravityinsights 03-06-2010 07:00 PM

Quote:

Originally Posted by Snug (Post 1994197)
how about adding last weeks stats to the charts??

Snug - coming very soon. :) we're working on doing a better job of letting admins look at historical data (last week, last month, etc.).

doopz 03-07-2010 08:24 PM

I'll give it a shot, looks interesting.

Bodero 03-09-2010 12:38 PM

Quote:

Originally Posted by gravityinsights (Post 1994221)
that's available :)
PM me to get it set up. The front end hasn't been finished yet but the backend fully supports multiple users on an account.

PM sent.

Another question - can there be a setting in the config file to exclude either certain usernames, IPs, or user groups?

gravityinsights 03-11-2010 12:51 AM

Quote:

Originally Posted by Bodero (Post 2000415)
PM sent.

Another question - can there be a setting in the config file to exclude either certain usernames, IPs, or user groups?

bodero - that's something we're thinking about. would this be to exclude counting you and your moderators from being counted or did you have something else in mind.


All times are GMT. The time now is 01:01 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.01342 seconds
  • Memory Usage 1,851KB
  • 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_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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