Google自定义网站搜索未在Universal Analytics中进行跟踪 [英] Google Custom Site Search Not Tracking in Universal Analytics

查看:132
本文介绍了Google自定义网站搜索未在Universal Analytics中进行跟踪的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们大约一年前升级到Universal Analytics,因为升级我们的网站搜索不会在我们的Google Analytics帐户中显示关键字,甚至不会跟踪其使用次数。

这是一个营销者的问题,因为我想知道人们在找什么,以便我可以向他们提供相关内容。

我可以在Google博客上找到以下内容:
https://support.google.com/customsearch/answer/2715510
'目前,Google自定义搜索引擎与Universal Analytics不兼容。



有没有人对我如何获取这些数据有任何建议?是否有任何其他自定义网站搜索可以使用? Google甚至在看这个吗?

解决方案

Google CSE使用旧的_gaq调用进行分析,可以通过在通用GA末尾添加以下代码行来模拟片段:

  _gaq = {push:function(){ga('send','pageview',arguments [0] [ 1]);}} 


We upgraded to Universal Analytics about a year ago and since upgrading our Site Search isn't displaying the keywords within our Analytics account, or even tracking the number of times it is used.

This is a problem as a marketer as I like to know what people are looking for so that I can provide them relevant content.

All I can find on the Google blog is this: https://support.google.com/customsearch/answer/2715510 'At this time, Google Custom Search Engine, is not compatible with Universal Analytics.'

Has anyone got any suggestions as to how I can get this data back? Are there any other custom site searches that I could use instead? Are Google even looking at this?

解决方案

Google CSE is using old _gaq calls for analytics, it can be mimicked by adding following code line at the end of universal GA snippet:

_gaq={push:function(){ga('send','pageview',arguments[0][1]);}}

这篇关于Google自定义网站搜索未在Universal Analytics中进行跟踪的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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