sts Analytics

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.
9/27/2012 11:00:34 AM
Gravatar
Total Posts 30

sts Analytics

Using version 2.3.9.0 MSSQL

Logged in as administration to the site 

Administration -> Site Reports  givers error Either you are not currently logged in, or you do not have access to this page within the site. Please contact the site administrator to obtain access.

Where can I set permission to View Analytics Configuration Page.

9/27/2012 11:08:50 AM
Gravatar
Total Posts 18439

Re: sts Analytics

By default it isn't enabled in child sites so you would get that error.

Make sure you have this in user.config:

<add key="stsAnalytics:AllowReportsInChildSites" value="true" />

See also the answer to your other question on this thread.

9/27/2012 3:07:15 PM
Gravatar
Total Posts 30

Re: sts Analytics

Thank You Joe I really appreciate the response, Now I See the Analytic Configuration page on child sites.

I am also confused between profile id (ga:xxxxxxxx) and Google Account id (UA-xxxxxxx-1) are these different or same.

When I enter Google Email/userid and Password . Profile id is disolayed as ga:xxxxxxx on Analytic configuration Page.

I get this error - 

Exception information:

Exception type: NullReferenceException

Exception message: Object reference not set to an instance of an object.

at sts.Analytics.UI.ConfigurationPage.ShowProfiles()

at sts.Analytics.UI.ConfigurationPage.btnStep1_Click(Object sender, EventArgs e)

at System.Web.UI.WebControls.Button.OnClick(EventArgs e)

at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)

at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint

Request information:

Request URL: http://..../Analytics/Configuration.aspx

Request path: /Analytics/Configuration.aspx 

Stack trace: at sts.Analytics.UI.ConfigurationPage.ShowProfiles()

at sts.Analytics.UI.ConfigurationPage.btnStep1_Click(Object sender, EventArgs e)

at System.Web.UI.WebControls.Button.OnClick(EventArgs e)

at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument)

at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument)

at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData)

at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

 

9/27/2012 3:53:41 PM
Gravatar
Total Posts 18439

Re: sts Analytics

I'll have a solution for this problem very soon. See this thread where it was also reported.

Best,

Joe

9/27/2012 4:14:10 PM
Gravatar
Total Posts 30

Re: sts Analytics

Thanks Joe,

I will wait for the update, as it is affecting our multiple sites.

 

9/28/2012 7:25:32 AM
Gravatar
Total Posts 18439

Re: sts Analytics

I've just uploaded In Site Analytics Pro version 1.0.0.4 to fix this error. Now the profile id can be entered for each site manually. There is a help link next to the textbox that tells you how to find the profile id in google analytics.

Best,

Joe

9/28/2012 8:41:49 AM
Gravatar
Total Posts 30

Re: sts Analytics

Joe,

I uploaded latest version and Google Analytics  is working now.

Thanks,

Laughing

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