Elv*_*ira 4 google-analytics google-analytics-api
Google Analytics分析过滤器的有效参数是什么?我查看了https://developers.google.com/analytics/devguides/reporting/core/v3/reference#filters并尝试获取自定义ga:campaign和ga:adContent的信息
query: {
'ids': IDS,
'dimensions': 'ga:date',
'metrics': 'ga:pageviews, ga:sessions',
'filters' : 'ga:source%3D%3Dfacebook;ga:campaign%3D%3Dmycampaing;ga:adContent%3D%3Dtest'
},
Run Code Online (Sandbox Code Playgroud)
查询失败并显示错误:
"Invalid value 'ga:source%3D%3Dfacebook;ga:campaign%3D%3Dmycampaing;ga:adContent%3D%3Dtest' for filters parameter."
Run Code Online (Sandbox Code Playgroud)
如何从我的ga:campaign等获取谷歌分析报告?
| 归档时间: |
|
| 查看次数: |
3718 次 |
| 最近记录: |