且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

我们如何在DNN 6.3上创建的网站上设置Google Analytics。

更新时间:2022-10-26 16:34:25

我得到了解决方案:

没有这样的东西 as DNN 6 3 。它来自 6 2 .x到 7 0 .x ...但是,你要' 需要为DNN 6.x安装任何其他模块才能显示Google Analytics。您只需在管理员中输入您的跟踪ID即可。谷歌分析。

然后你可以通过验证它在
HTML中呈现来检查它是否正常工作。在浏览器的中打开您的网站,然后查看该网页的来源。然后搜索 UA - 。如果找到了,那么应该是Google Analytics代码段。如果它没有' t找到它,那么'就会出错。

请注意默认 Google Analytics赢得' t显示当前日期的命中。您必须修改日期范围以包括今天的日期。


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.

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 :)

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.