Question

I am using Google analytics v3 api. I can insert, delete edit etc experiments to my analytics account.

The problem I am having is getting the result (report?) back from the experiment.

For example: I have an experiment named "Test". I now want to retrieve the current results from "Test", like the conversion and how many of my visitors have been used for "Test".

I do not know what api-call to make, and can not find a proper guide. Any help will be most appreciated.

Was it helpful?

Solution

You need to go though the core reporting api. What you are doing now is going though the managment api

With the core reporting api you are selecting the dimensions and metrics you want which are pritty much the same ones that are used in the report on the website. Here is a link to the dimensions for Experiments: Dimensions & metrics Reference

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top