gpt4 book ai didi

javascript - 在 iframe 中运行 Google Analytics?

转载 作者:可可西里 更新时间:2023-11-01 02:04:52 24 4
gpt4 key购买 nike

我们公司运营着一个网站 (oursite.com),联属合作伙伴向我们发送流量。在某些情况下,我们使用自己的子域 (affiliate.oursite.com) 设置我们的附属机构,他们使用 iframe 在他们的网站 (affiliate.com) 上显示我们网站的选定内容。

他们网站上的页面示例:

<html>
<head></head>
<body>
<iframe src="affiliate.example.com/example_page.html">
...content...
[google analytics code for affiliate.oursite.com]
</iframe>
[google analytics code for affiliate.com]
</body>
</html>

我们希望使用 Google Analytics 跟踪 affiliate.oursite.com。目前,当从 iframe 加载页面时,Google 似乎没有从附属公司接收任何数据。

现在,Javascript 不喜欢访问有关不同域中的页面的信息,并且 IE 不喜欢为不同域设置 cookie,这存在安全隐患。

有人有办法解决这个问题吗?我们是否需要将 affiliate.oursite.com CNAME 为 cname.oursite.com,或者是否有更简洁的解决方案?

最佳答案

  1. 您必须将 Google Analytics 跟踪代码附加到 example_page.html 的末尾. <iframe>之间的内容- </iframe>标签仅针对不支持该特定标签的浏览器显示。

  2. 如果您需要合并来自子域的结果,Google 帮助网站上有一篇很棒的文章:How do I track all of the subdomains for my site in one profile?

关于javascript - 在 iframe 中运行 Google Analytics?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/151701/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com