Hi All,

We are facing a very worrying issue regarding to Google Analytics. We 
developing a software in .NET framework, which is able to query Google 
Analytics servers by using HttpRequests (through measurement protocol).

The issue is that we find inconsistency when we query the same historical 
data.

Let me share with you two example query, which can presentate it:

ProfileId, 
Metrics(ga:sessions), 
Dimensions(ga:year, ga:month), 
the CustomSegment, 
Start-index, 
Max-result, 
and End-date parameters are the *SAME *for both queries. *ONLY *the 
*Start-date* parameter differ, and there is* NO FILTERs* defined.

*Query1 date range:*
start-date: 2014.10.27
end-date: 2015.08.20

*Query2 date range*:
start-date: 2014.01.01
end-date: 2015.08.20

By these two queries for example the following row's session count has to 
be the same but these are not.

*Query1 result:*
ga:year: 2015
ga:month: 02
ga:sessions: 52979

*Query2 result:*
ga:year: 2015
ga:month: 02
ga:sessions: 58289

In the Google Analytics API JSON response we can see that this Custom 
Segment contains huge amount of data, and the queries using sampling.

*Example sample size*
Query1 sample size: 509968
Query2 sample size: 813574

So my question would be how can the session count in february 2015 differ, 
if the only difference between the two query is the start-date parameter?

Could it be the sampling, that cause the data discrepancy?

Could it be one of the property or settings of the Custom Segment?

Do you have any idea what could cause this mathematically?

If not, I am afraid this is a bug, and I'd like to report it to the Google 
Analytics developer team, please share a direct contact with me if you can.

Thank you, Regards,
Daniel Farkas

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/9b19f887-df1e-42f0-a4f2-cacc728182c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to