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
Original issue reported on code.google.com by
genon...@gmail.com
on 17 Jan 2011 at 12:28