Google Analytics: Filter by Custom Dimension Value

隐身守侯 提交于 2019-12-25 01:43:55

问题


I'm working with Google's custom dimensions; and currently have things setup like this:

gtag('config', 'UA-12345-1', { listing: '1234'});

Barring me setting that up incorrectly 💩 how would I go about filtering the dashboard down to that specific listing and listing value?

I'm looking for a dashboard view and then (if you happen to know) if there's any differences for how I'd grab that data via the API as well to show within a dashboard. Thanks!


回答1:


Check above comments for documentation.



来源:https://stackoverflow.com/questions/53211634/google-analytics-filter-by-custom-dimension-value

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!