Hi,
I've create a funnel with a required first step: /a --> /b --> /c --> /d. d is the goal (let's call it Goal 7)
In the visualisation funnel, I can see how many people went through /a and finally /d and have a percentage.
I'm trying to get that percentage using the Google Analytics API.
What I've been able to get so far was:
- ga:goal7Starts
- ga:goal7Completions
- ga:goal7ConversionRate
- ga:goal7Value
- ga:goal7Abandons
As far as I understand:
The conversionRate takes into account the total number of session on my site so is not relevant.
Value is not helping and Abandons is just Starts - Completions.
Starts and Completions doesn't take into account the required first step, so not helpful.
Is there a way to get the the funnel conversion rate that I can see in the funnel visualisation (ie: how many people went from a to d) ?
Alex