Google Analytics API error “Selected dimensions and metrics cannot be queried together.”

后端 未结 1 922
孤城傲影
孤城傲影 2021-01-14 06:06

I have to retrieve as many different metrics from my GA ecommerce as I can all at once. I\'m using google api ruby client for that. And keep getting an error:



        
相关标签:
1条回答
  • 2021-01-14 06:31

    Not all dimensions and metrics can be queried together.

    Selected dimensions and metrics cannot be queried together

    Means that your request contains dimensions or metrics that can not be mixed.

    You may use the Dimensions and Metrics developer reference to see which metrics and dimensions can be used together in your query

    0 讨论(0)
提交回复
热议问题