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

时间:2021-04-15 15:22:52

Ok, so basically I am testing out a new marketing idea for the company I work for, 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 this bit to work 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.

好吧,所以基本上我正在为我工​​作的公司测试一个新的营销理念,购买10个左右的域名,其中包含与业务相关的关键搜索词(例如carservice.com carmot.com hondaservice.com)并将它们全部链接到一个网站,托管在谷歌应用引擎上。我有一点工作但我现在想要谷歌分析显示有多少人点击每个域,所以我知道它是否值得更新。如果没有人访问它,它不值得付钱。有没有办法可以将每个域发送到托管在同一个应用引擎帐户上的其他页面?这样我就可以将它发送到一个页面,该页面具有该域独有的分析代码,然后将其重定向到主站点。

Thanks

1 个解决方案

#1


0  

Assuming you're dynamically generating your pages, you can check the request URL for the domain and insert the appropriate Google Analytics token in the page before serving it.

假设您正在动态生成网页,您可以查看该网域的请求网址,并在投放之前在网页中插入相应的Google Analytics令牌。

#1


0  

Assuming you're dynamically generating your pages, you can check the request URL for the domain and insert the appropriate Google Analytics token in the page before serving it.

假设您正在动态生成网页,您可以查看该网域的请求网址,并在投放之前在网页中插入相应的Google Analytics令牌。