Goal Conversion Rate

322 views
Skip to first unread message

vaibhav.malushte

unread,
Jul 23, 2009, 6:55:46 AM7/23/09
to google-analytics-api - GA Data Export API

Nick

unread,
Jul 23, 2009, 1:04:41 PM7/23/09
to google-analytics-api - GA Data Export API
Hi,

We listed many of the common calculations found throughout the UI:
http://code.google.com/apis/analytics/docs/gdata/gdataReferenceCommonCalculations.html#goalConversions

-Nick

On Jul 23, 3:55 am, vaibhav.malushte wrote:
> Hi,
> How to calculate goal conversion rate
> my query is like thishttps://www.google.com/analytics/feeds/data?ids=ga:XXXX&dimensions=ga...

vaibhav.malushte

unread,
Jul 24, 2009, 1:21:04 AM7/24/09
to google-analytics-api - GA Data Export API
Hi Nick

i have tried all the common calculations but i am getting different
results.

goal1Starts=36;
goal1Completions=26;
goal1Value=130.0;
Visits=521.

my actual goal conversion rate is 7.68 % and as per common
calculations i get these values.

1. ga:goal1Starts - ga:goal1Completions =(36-26)=10

2. (ga:goal1Starts - ga:goal1Completions)/ga:goal1Starts= (36-10)/
36=0.28

3. ga:goal1Completions/ga:visits=(26/521)=0.049

4. ga:goal1Completions/ga:goal1Starts=(26/36)=0.72

m I doing something WRONG or is there other calculation than this.
please help me....


Vaibhav Malushte


Nick

unread,
Jul 24, 2009, 3:04:49 PM7/24/09
to google-analytics-api - GA Data Export API
Hi,

Goal conversion is: ga:goalXCompletions/ga:visits

If you are getting different results, then your numbers are different.
Make sure you are not looking at the same goal number and not all
goals. Also make sure your date range is the same. Finally, I would
ensure that you are not hitting any sampling problems (by looking if
any of the record have a confidence interval greater than 0)

-Nick

vaibhav.malushte

unread,
Jul 26, 2009, 11:37:15 PM7/26/09
to google-analytics-api - GA Data Export API
Hi Nick,

Thanks for your quick reply.
solved my problem.
thanks
vaibhav malushte
Reply all
Reply to author
Forward
0 new messages