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.
我正在尝试使用 Google Measurement Protocol 添加一个新事件。为了测试它,我发送一个 GET 请求到:
http://www.google-analytics.com/collect?v=1&tid=TIDHERE&t=event&cid=b541778c-8640-4f52-b1b6-3b18d9e58c0c&ec=Cat&ea=Action&el=label&ev=value
但是,我看不到行为事件中报告的任何事件。我也看不到任何实时事件。我错过了什么吗?
我一创建问题就得到了答案。ev必须是一个数字。
ev
http://www.google-analytics.com/collect?v=1&tid=TIDHERE&t=event&cid=b541778c-8640-4f52-b1b6-3b18d9e58c0c&ec=Cat&ea=Action&el=label&ev=1