Query google analytics API by Group Name -


google analytics api gives ability query content content group (ga:contentgroupxx). however, can't find way filter out specific group name. example, have group pants , set this.

ga('set', 'contentgroup1', 'pants') 

how can views specific group name? how pulling entire content group via api:

ids=ga%xxx&dimensions=ga%3acontentgroup1&metrics=ga%3ausers 

i need this:

ids=ga%xxx&dimensions=ga%3acontentgroup1pants 

use filter:

ids=ga%xxx &dimensions=ga%3acontentgroup1 &metrics=ga%3ausers &filters=ga%3acontentgroup1==pants 

Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -