alooi14 / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 1 forks source link

Adding GA:Country gives a different "clip video_start" result with Facebook.com #663

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Name of affected component: Core Reporting API

Issue summary:
Adding GA:Country gives a different "clip video_start" result with Facebook.com

Steps to reproduce issue:
1. Go to the following API QUERY URI:  
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A93841668&start-date=201
5-05-01&end-date=2015-05-31&metrics=ga%3AtotalEvents&dimensions=ga%3AeventCatego
ry%2Cga%3AeventAction%2Cga%3AyearMonth&filters=ga%3Aeventaction%3D%40start&segme
nt=gaid%3A%3A-1&access_token=ya29.kAFEobcYSQXBh7mMIwjbycHH9bTxSTzJ8IYZeUTiJ-uJ7C
ie3FmHS3Q6juF_sHZALe49qKuZPOgDXw
2. The result for the EventCategory: "facebook.com" clips video_start = 283.440
3. Then compare the previous result ADDING GA:COUNTRY, see it with the 
following API QUERY URI:
https://www.googleapis.com/analytics/v3/data/ga?ids=ga%3A93841668&start-date=201
5-05-01&end-date=2015-05-31&metrics=ga%3AtotalEvents&dimensions=ga%3Acountry%2Cg
a%3AeventCategory%2Cga%3AeventAction%2Cga%3AyearMonth&filters=ga%3Aeventaction%3
D%40start&segment=gaid%3A%3A-1&access_token=ya29.kAFEobcYSQXBh7mMIwjbycHH9bTxSTz
J8IYZeUTiJ-uJ7Cie3FmHS3Q6juF_sHZALe49qKuZPOgDXw
4. The result for EventCategory: "facebook.com", the total clips video_start = 
147.470
5. ISSUE: The total of clips video_start has changed when added the dimension 
ga:country

Expected output:
The expected output is: On both queries we should see the same total of clips 
video_start.

Actual results:
So, the query of step number 1 hasn't the ga:country and gives clips 
video_start = 283.440 , while the second query (step number 3) has the 
ga:country dimension and give us clips video_start=147.470, a different value.

Notes:
Any other information, please contact me: esteban.perez@fox.com or 
estefunky@gmail.com

Thanks.

Esteban

Original issue reported on code.google.com by estefu...@gmail.com on 12 Jun 2015 at 8:31