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
Post a Comment