bjzhush 发表于 2013-9-1 23:03:25

GA我用过,但是iframe这样我没用过,根据google的devguides,
In a site where the transfer between domains is done by opening a new window or by including content in an iFrame, you will need to to use the _getLinkerUrl() method to transfer visitor and campaign cookies from one domain to another. For example, suppose you include a form in an iFrame that is hosted on www.my-example-iframecontent.com. In order to transfer visitor information from the parent page that hosts the iFrame on www.example-parent.com, you would use JavaScript to load the iFrame and pass in the cookie information using the _getLinkerURL() method.
所以iframe应该不是这么通用的 ,我这个是利用了google自己的上传,直接拦截的
从自己访问过的网站,尤其是所有的google搜索的关键词, 我觉得可以分析出一些东西,具体的一些方面,我也还在研究,不过数据还是先记录下来

sxbyl 发表于 2013-9-2 08:46:07

我的意思是,插入iframe,img 也行,调用自己网站的一个页面,参数中就包含了你要记录的东西, 然后在这个页面中再通过trackevent什么的把这些数据记录到GA中,然后通过GA分析

bjzhush 发表于 2013-9-2 09:09:58

sxbyl 发表于 2013-9-2 08:46 static/image/common/back.gif
我的意思是,插入iframe,img 也行,调用自己网站的一个页面,参数中就包含了你要记录的东西, 然后在这个页 ...

如果这个能够完成,确实比现在这个要进步很多,因为有了GA,能基于GA分析 很多的数据,我会尝试一下

cfans1314 发表于 2013-9-2 12:20:15

支持楼主!
页: 1 [2]
查看完整版本: [原创]共享自己写的一个小工具,记录和提示chrome浏览记录等