Google分析错误消息'意外错误。请稍后再试' [英] Google analytics error message 'Unexpected error. please try again later'

查看:477
本文介绍了Google分析错误消息'意外错误。请稍后再试'的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当试图将筛选器保存到GA仪表板小部件时,我收到错误消息'意外错误。请稍后再试。'



我遇到的问题是'显示Facebook推介的登陆页面'小部件。
这里是我设置的参数...

显示以下列:
页面标题
独特的浏览量



过滤此数据:
只显示'社交来源引荐'完全匹配是
只显示'社交网络'完全匹配Facebook



到目前为止,我可以保存小部件。



现在...下面的过滤器导致问题。



只显示'Page'正则表达式
twwdcqgfk1 | u0evfggft91b | u0qpgfgfgy64z | u2lfgfgfhrnsg1 | u4d5aerwwrhoz | u6mwwwrr39tiz | u8tr5hfs2st5z



以上只是ids的一个样本,我在正则表达式字段中使用了大约450个ids。
当我在同一仪表板的其他窗口小部件和其他仪表板的窗口小部件上使用此过滤器时,它可以正常工作,但在尝试保存'意外错误时,出现一些错误。请稍后重试'。



如果我只在正则表达式字段中使用两个id,即u4d5aerwwrhoz | u6mwwwrr39tiz,我可以使用'page'过滤器保存小部件 - 但是,如果我添加了两个以上我无法保存的ID。



我无法弄清楚,我试过在不同的时间使用多个浏览器,在不同的电脑上保存这个过滤器,但是我不能让它工作。 / p>

有什么想法?

谢谢

解决方案

报告不起作用的原因是表达式中使用正则表达式。
$ b


正则表达式 - 您也可以在过滤器
表达式中使用正则表达式使用=〜和!〜运算符。它们的语法类似于
Perl正则表达式,并具有以下附加规则:最大
长度为128个字符 - 正则表达式长于128
个字符导致返回400错误请求状态代码来自
服务器。

根据我的经验,解决方法是使用API​​并运行多个查询,以便你可以保持在极限内。但它是痛苦的屁股...

如果有一些更简单的模式 - 我检查和所有发布的ID有13个字符,所以也许你可以使用常规表达式检查字符的数量。例如:

 。* \?^ facebookAdId =。{13} $ / 

大括号是检查出现次数的方法。这可能会有所帮助。


When trying to save a filter to a GA dashboard widget I am getting the error message 'Unexpected error. please try again later'.

The widget I am having a problem with is the 'show landing pages for Facebook referrals' widget. Here are the parameters I set...

Display the following columns: Page title Unique pageviews

Filter this data: Only show 'Social source referral' Exactly matching Yes Only show 'Social network' Exactly matching Facebook

Up to this point I can save the widget.

Now...its the following filter that is causing the problem.

Only show 'Page' Regular expression twwdcqgfk1|u0evfggft91b|u0qpgfgfgy64z|u2lfgfgfhrnsg1|u4d5aerwwrhoz|u6mwwwrr39tiz|u8tr5hfs2st5z

The above is only a sample of the ids, I use about 450 ids in the regular expression field. When I use this filter on other widgets in the same dashboard and in widgets of other dashboards it works fine but on a few I get the error when trying to save 'Unexpected error. please try again later'.

If I just use two ids in the regular expression field i.e. u4d5aerwwrhoz|u6mwwwrr39tiz I can save the widget with the 'page' filter - however if I add more than two ids that's I cannot save.

I can't figure it out, i've tried saving this filter using multiple browsers, on different pc's, at different times but I cant get it to work.

Any ideas?

Thanks

解决方案

the reason why the report won't work is quite simple :-)

Regular Expressions — You can also use regular expressions in filter expressions using the =~ and !~ operators. Their syntax is similar to Perl regular expressions and have these additional rules: Maximum length of 128 characters — Regular expressions longer than 128 characters result in a 400 Bad Request status code returned from the server.

The workaround from my experience is to use API and run several queries so that you can stay within the limits. But it's pain in the ass...

If there is some simpler pattern -- I checked and all of the posted IDs have 13 characters, so maybe you could use regular expression checking the number of characters. Something like:

.*\?^facebookAdId=.{13}$/

The curly brackets are the way to check the number of occurrences. This could probably help.

这篇关于Google分析错误消息'意外错误。请稍后再试'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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