In Site Analytics for multisite

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

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.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
2/14/2012 3:44:00 AM
Gravatar
Total Posts 87

Re: In Site Analytics for multisite

Hi Joe,

the problem still persist, now all subssites in Analytics/ContentAnalysis.aspx section do show some traffic facts for current subsite (seem to match what i see in GA profile when login directly to google). and about 10-15 records with 0 in Page Views column and those records belong to other subsites. Also it seem to be the same list of urls shown on all pages. Could it be some kind of cache (i've restarted the website it didn't help)? or may be you some version fo the library wit extensive logging so i can provide the logs to you? or may be you can find temporary solution to hide records with zero in column (anyway it is strange to show page that has 0 pageviews)?

Regards,

Victor

2/14/2012 10:49:38 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: In Site Analytics for multisite

Hi Victor, just to let you know, Joe is on a long overdue vacation this week, so he's not ignoring you here. In Site Analytics isn't open source, so unfortunately we other members of community support are not going to be able to help you out with these issues. But I'm sure Joe will get back to you on these as soon as he returns.

Jamie

2/20/2012 11:52:06 AM
Gravatar
Total Posts 18439

Re: In Site Analytics for multisite

Hi Victor,

The only thing I can think of is if some data got logged before all the configuration changes were made.

One thing you could try is to truncate the data for the pages report by:

EXEC sts_ga_PageData_Truncate

Then make it rebuild the data by clicking the button on the Data Manager Page

It is especially important that this setting is false:

<add key="stsAnalytics:Tracking1ProfileOnly" value="false" />

Hope that helps,

Joe

2/20/2012 1:06:10 PM
Gravatar
Total Posts 87

Re: In Site Analytics for multisite

hi Joe,

I've checked my config and is set to false. running the truncate sp did not help, i suspect i see the results from GA not from internal database. I started to see such strange entries before sync on datamaneger page. I there any trace/logging i can turn on to provide to you or may be you can send me debug version of the dll with verbose logging?

Regards,

Victor

2/21/2012 7:33:01 AM
Gravatar
Total Posts 18439

Re: In Site Analytics for multisite

Hi Victor,

I could send you debug builds of the dlls and .pdb files but I don't think it would do any good. The only logging I have setup is error logging.

I suggest lets diagnose the problem for a single report first, you tell me which one, then I'll tell you how the query is configured and you can try the same query using their Data Feed Query Explorer and see if you get different data or not.

Best,

Joe

2/21/2012 7:56:41 AM
Gravatar
Total Posts 18439

Re: In Site Analytics for multisite

Hi Victor,

The other thing I can look into is upgrading to the new v3 of google analytics api that just came out in December 2011. Unfortunately it is not backward compatible and will require major re-writing of code since they no longer support xml and only support json, so it may be a little while before I can complete that.

Best,

Joe

2/21/2012 8:11:41 AM
Gravatar
Total Posts 87

Re: In Site Analytics for multisite

Hi Joe,

thank you for the link, let's start form "todays traffic", i have one wrong entry right now, can you please advise what to enter in query editor?

Also one non related question - when i created the webserver it was under test domain name, now it is in production name and i made prefered domain name as production and left tes one, but  links inside of in-site analitics page shows my old test domain but not current - where can i switch that?(also it does not redirect to prefered host in this case, it is only for subsites, main site shows correct link to current host name)

Regards,

Victor

2/21/2012 8:25:02 AM
Gravatar
Total Posts 87

Re: In Site Analytics for multisite

Hi Joe,

i've just made request to my subsite for today traffic for ga:landingPagePath and ga:pageviews left all other fields blank and it does not show any unneeded entries.

what else to check?

Regards,

Victor

2/21/2012 8:42:08 AM
Gravatar
Total Posts 18439

Re: In Site Analytics for multisite

Hi Victor,

The Data Feed Query Explorer link I posted previously uses the newer api, so it may return different results.

Using the Query Editor include in In Site Analytics, I created a query with the same data as the top content for todays traffic and it shows the same data for my site as the report except for small differences due to timing. The report gets cached for 10 minutes I think whereas the query is live.

For Metrics I put: 

ga:pageviews,ga:visits,ga:newVisits,ga:entrances,ga:bounces

For Dimensions I put:

ga:pagePath

For Sort I put:

-ga:pageViews

For Date Mode set "Use Specific Dates"

For both dates put 02/21/2012

For Max Rows to get put 50

Best,

Joe

2/21/2012 8:50:36 AM
Gravatar
Total Posts 18439

Re: In Site Analytics for multisite

The name of the tracked site is stored at the time when you configured In Site Analytics, as mentioned before:

There are 2 settings stored in the mp_SiteSettingsEx table, GoogleAnalyticsProfileId and GoogleAnalyticsSettings

It should show the same as what google shows for the profile name in the dropdown list when you configured it.

Best,

Joe

2/21/2012 8:57:13 AM
Gravatar
Total Posts 87

Re: In Site Analytics for multisite

Hi Joe,

Interesting

when i use ga:landingPagePath - i see clean list of urls, but when i use ga:pagePath as you suggested - i see exactly tha same bad entires (may be not bad but unexpected) as on in-site analitics. Hope this will help, i do not know much about GA API and not sure what is the difference in the paths, may be the pagepath includes referer path or something like this? this may explain why it is present in API.

Regards,

Victor 

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