In Site Analytics (small fixes)

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
10/12/2010 8:09:55 PM
Gravatar
Total Posts 70

In Site Analytics (small fixes)

Hi Joe !!! Great job with this nice Add On !!!! It has SO MUCH potential !!!!!

Clicking on See All (on http://demo.mojoportal.com/Analytics/VisitorDashboard.aspx) gives an error.

I also noticed a small difference between values from API and from Database. It's very small but would be nice to look this out since it can be something bigger. To replicate, go to http://demo.mojoportal.com/Analytics/VisitorDashboard.aspx?do=45 and change the source from API do Database and compare the values on the charts and grids. On visitor map (http://demo.mojoportal.com/Analytics/VisitorMap.aspx, 30 days) changing the source from API to Database shows some different values (check Honolulu, Hawaii). If you change filter to ALL, Honolulu doesn't shows and if go back to 30 days, it shows ... (should not happen).

10/13/2010 6:01:22 AM
Gravatar
Total Posts 18439

Re: In Site Analytics (small fixes)

Hi Bruno,

Thanks for the feedback!

It is well known to me that there is a difference between the API data and the database data and I plan to clarify it in the documentation.

Basically the database is always going to be about 2 days behind the API because we have to wait to make sure all the data is established in the API for a given day before we harvest it into the database. We harvest it by date and if we don't wait long enough then we harvest incomplete data for a given day. To get accurate data in the db we need to make sure we wait until all the numbers for a given day have been completely processed in the API.

Using the API directly we always have the most up to date data, though there is some caching used so we are not constantly hitting the API.

Best,

Joe

10/14/2010 7:53:33 PM
Gravatar
Total Posts 70

Re: In Site Analytics (small fixes)

Thanks Joe !!! Understood !!!

You must sign in to post in the forums. This thread is closed to new posts.