Ebeo / google-gdata

Automatically exported from code.google.com/p/google-gdata
0 stars 0 forks source link

ga:VisitLength returns to few results. #469

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Using Dimension "ga:VisitLength" with Metric "ga:visits" on query.

What is the expected output? What do you see instead?
Comparing the numbers from the Query Explorer and the results from the query in 
the dotnet api gives completely different answer.
Using this

DataQuery query = new DataQuery(DataFeedUrl)
                                  {
                                      Ids = xxx,
                                      Dimensions = "ga:VisitLength",
                                      Metrics = "ga:visits",
                                      GAStartDate = "2011-01-01",
                                      GAEndDate = "2011-01-17",
                                      NumberToRetrieve = 100000
                                  };

Query Explorer gives 835 (total) results.
google-gdata gives 151 (total) results.

Original issue reported on code.google.com by genon...@gmail.com on 17 Jan 2011 at 12:28

GoogleCodeExporter commented 8 years ago
Please close this issue, it has been fixed.

Original comment by genon...@gmail.com on 24 Jan 2011 at 9:28

GoogleCodeExporter commented 8 years ago

Original comment by ccherub...@google.com on 24 Jan 2011 at 11:04