谷歌分析和 MVC?

发布于 2024-10-14 01:24:34 字数 80 浏览 1 评论 0原文

我正在寻求一些关于将 GA 代码放在哪里的指导。我是否只需将其放入 Site.Master 文件中,一切都会很顺利?或者我需要在每个视图中实现它?

I'm after a bit of guidance as to where to put the GA code. Do I just put this into the Site.Master file and everything will be hunky-dory? Or do I need to implement it in each View?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

水波映月 2024-10-21 01:24:34

我把我的放在母版页中。一切都很顺利。

I put mine in the master page. Everything is hunky-dory.

面犯桃花 2024-10-21 01:24:34

将其放入母版页中。考虑将其放在单独的占位符中,以便如果需要,您可以在视图中覆盖它以将其关闭。您还应该将其放在底部,以便最后加载。

Put it in the master page. Consider putting it in a separate placeholder so if need be you can override it in a view to turn it off. You should also put it at the bottom so it loads last.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文