英文:
GA4 Custom report filter with 20 event names
问题
我正在尝试创建一个报告,以显示20个自定义事件触发器,我试图筛选匹配正则表达式,但似乎有字符限制,只接受了我的9个事件。
有关如何创建此自定义报告的任何帮助?非常感谢。
我创建了一个自定义报告,并使用筛选器匹配正则表达式。
英文:
I am trying to create a reprort to show the 20 custom event triggers, I am trying to filter Matches Regex but looks like there is a character limit and it's only taking 9 of my event.
Any help on how to create this custom report? Really appreciate it
I created a custom report with a filer to match a regex
答案1
得分: 0
GA4支持最多256个字符的正则表达式。如果您的正则表达式超过256个字符,它将无法工作。
替代方案
#1 使用Looker Studio并在那里进行数据过滤。
#2 以CSV/excel/g-sheet格式下载数据,然后在这些工具上进行计算。
英文:
GA4 can support regular expressions with up to 256
characters. If your regular expression exceeds 256
characters, it won’t work.
Alternative
#1 Use Looker Studio and perform your data filtering there.
#2 Download the data in CSV/excel/g-sheet format and do the computation on those tools
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论