针对多个域的分析 - Google App引擎托管的网站 [英] Analytics for multiple domains - Google App engine hosted site

查看:81
本文介绍了针对多个域的分析 - Google App引擎托管的网站的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能存在重复:

Google应用引擎网站的多个域名 - 每个域名的分析


好吧,我正在为这家汽车摩托公司测试一个营销理念,购买与业务相关的关键搜索词的10个左右的域名(例如carservice.com carmot。 com hondaservice.com)并将它们全部链接到一个站点,托管在谷歌应用程序引擎上。我有那么一点工作,每个域显示相同的网站,但我现在想要获得谷歌分析显示有多少人点击每个域名,所以我知道它的价值更新。如果没有人访问它,它不值得支付。有没有一种方法可以将每个域发送到托管在同一应用引擎帐户上的其他页面?通过这种方式,我可以将其发送到具有该域唯一解析代码的页面,然后将其重定向到主站点。



谢谢

$ b $我会做的是使用GA事件,告知分析他们到了哪个网站。

例如_gaq.push([ '_trackEvent',Catagory,Action]),并将Catagory作为网站和行为作为域名(carservice.com或carmot.com或hondaservice.com)。

我认为通过这种方式,您可以使用GA来告诉您每个网站的效果以及人们到达每个网站(关键字,直接链接,市场营销)的方式以及跳出率。

Possible Duplicate:
Multiple Domains for Google app engine site - Analytics for each domain

Ok, so I am testing out a marketing idea for this car mot company, buying 10 or so domains with key search words relating to the business (e.g carservice.com carmot.com hondaservice.com) and linking them all to one site, hosted on google app engine. I have got that bit to work and each domain displays the same site but I now want to get google analytics to show how many people clicked on each domain so I know if its worth renewing. If no one visits it, its not worth paying for. Is there a way I can send each domain to a different page hosted on the same app engine account? that way I could send it to a page which has a analytic code unique to the domain and then redirect it to the main site.

Thanks

解决方案

What I would do is use an GA event that tells analytics what site they went to.
For example _gaq.push(['_trackEvent', Catagory, Action]) and put Catagory as "site" and action as the domain name ("carservice.com" or "carmot.com" or "hondaservice.com")

I think this way you can use GA to tell you how each site is doing and how people got to each site (keywords, direct link, marketing) and their bounce rate.

这篇关于针对多个域的分析 - Google App引擎托管的网站的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆