【发布时间】:2016-04-09 07:40:50
【问题描述】:
我应该监控哪些请求以查看网页是否启用了 Google Analytics(分析)并处于活动状态?
是analytics.js?
或者可能是向www.google-analytics.com 发送 GIF 请求,这是否具有启发性?
【问题讨论】:
标签: google-chrome firefox google-analytics charles-proxy
我应该监控哪些请求以查看网页是否启用了 Google Analytics(分析)并处于活动状态?
是analytics.js?
或者可能是向www.google-analytics.com 发送 GIF 请求,这是否具有启发性?
【问题讨论】:
标签: google-chrome firefox google-analytics charles-proxy
对于 Universal Analytics,查找发送到端点 google-analytics.com/collect 的 GIF 图像请求
(参见https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#hits_hit_types_and_the_measurement_protocol)。
【讨论】: