Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
How to set Google Analytics on my website which is created on DNN 6.3.
Is there any need to install google analytics module in DNN 6.3 (I think it is already inbuilt in upper version of DNN 6.0) or it just start working by only set Tracking Id in admin section.

Actually what i did :> I have created an account with "Google Analytics" & set our site parameters after that I got Tracking Id which I have set to my DNN account.
C#
Now what i had seen on my Google Analytics account there was no counting of any report all are showing zero. But during that time i was visit more than 5 times on my website.


So if anyone have an idea what i was doing wrong kindly suggest to me :)
Posted
Updated 30-Jan-13 20:30pm
v2

1 solution

C#
I got solution :

There is no such thing as DNN 6.3. It went from 6.2.x to 7.0.x... But, you don't need to install any additional modules for DNN 6.x to get Google Analytics to show up. You just need to enter your Tracking ID in Admin -> Google Analytics.

Then you can check whether it's working correctly by verifying it rendered in the HTML. Bring up your site in your browser and then view the source of the page. Then search for "UA-". If it finds it, then that should be the Google Analytics snippet. If it didn't find it, then there's something going wrong.

Keep in mind that by default Google Analytics won't show the current day's hits. You have to modify the date range to include todays date.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900