Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我对从我的 C# 代码触发 _trackPageView 有一个非常具体的要求,因为我要触发的事件是基于我的数据库值的。如果数据库返回我,AI 希望将其跟踪到不同的页面,如果返回 BI,则希望它有所不同。
我可以从服务器端记录 _trackPageView 吗?否则我将不得不进行许多黑客攻击以发出 Ajax 请求并获取该数据库值,然后调用 Google Analytics javascript 代码。
有没有更好的方法来做到这一点?
Ajax 似乎是最简单的方法,但谷歌分析提供 API,因此您可以从服务器端调用它
https://developers.google.com/analytics/devguides/