Google Analitics

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.
5/16/2010 2:49:52 PM
Gravatar
Total Posts 4

Google Analytics

Hi All,

first I wanna say thanks for great job here. Well done.

Now I have some slight problem with google analytics tracking. I am not sure if everything is installed correctly, but my google analytics code is not found by google. I provide google tracking code at admin section and some code related to google analytics is visible when site renders pages, however it's not the one which is suggested by google.

Any tip? Do I need to upgrade latest Mojo version? I am not sure if provider supports Net 4.0 though and that was the most reason for update in my view.

Any help appriciated, thanks Jaroslav

My Mojo version: 2.3.3.9 SQLite

Db Engine: sqlite

Hosting: Windows 2008 - IIS 7.0 on www.DiscountAsp.net

5/17/2010 5:45:34 AM
Gravatar
Total Posts 18439

Re: Google Analitics

Hi,

It should work fine in 2.3.3.9. Did you follow the instructions here:

http://www.mojoportal.com/google-analytics-integration.aspx

Is your site public where I could view the source of the rendered page?

Hope it helps,

Joe

5/17/2010 6:58:11 AM
Gravatar
Total Posts 4

Re: Google Analytics

Hi, you can check it at www.carparkscanner.com

Cheers, Jaroslav

5/17/2010 7:13:10 AM
Gravatar
Total Posts 18439

Re: Google Analitics

Hi,

Your tracking code appears to be installed correctly.

Maybe you are talking about the google verification which must be done. In that case just choose the option to create a verification file. Google will tell you what to name the file and then you just create a file with the correct name and put it in the root of your web site. Google will detect the file and that will verify you as the site owner.

Hope it helps,

Joe

5/17/2010 9:25:28 AM
Gravatar
Total Posts 4

Re: Google Analytics

Hi, thanks for tip. It didn't need it before and was not aware of this. Thanks, once more again. Cheers Jaroslav

 

P.S. Does someone have experiances to porting db from sqlite to mssql? Thinking about using mssql as sqlite seems to me very slow. Is there any stats on how long do queries take for each db systems?

5/17/2010 12:06:05 PM
Gravatar
Total Posts 18439

Re: Google Analitics

There is no easy way to migrate from one db platform to another. Sqlite is ok for low traffic sites but it does not scale for high traffic, beter to use a more robust db like MS SQL. The only advantage of Sqlite is easy deployment since it requires no database server software and just uses a file based db, but it can't typically be used in shared hosting because it can't be used under Medium Trust security policy which most hosts enforce. Whereas robust db platforms have a connection pool, Sqlite really only has a single connection so each bit of code that access the db must wait for its turn to use the connection.

Hope it helps,

Joe

5/17/2010 12:12:22 PM
Gravatar
Total Posts 4

Re: Google Analytics

ok , I see, so sooner, better :-) th

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