Open GoogleCodeExporter opened 8 years ago
After reading through some other issues I see a comment about the data being
sampled. Can you please tell me how I can run a query using the API that
consists of real data and not sampled data. We need to run some reports but we
cannot get accurate data as the sampling is so inaccurate.
Original comment by fcdevt...@fmr.com
on 19 Jul 2010 at 9:29
Using multiple dimensions often reduces the numbers returned, because using
multiple dimensions increases the number of "buckets" a visitor must fall into
in order to be part of the result set.
For instance, if out of all your site traffic in a particular timespan 100
visitors came to your site via search keywords in a particular timespan, and
100 visitors visited more than one page, running a query with "secondPagePath"
and "keyword" as dimensions would not show "at least as many" as if you'd
searched for keyword alone. Results would only include people who had come to
the site via search, and had visited more than one page. People who direct
linked, used bookmarks, or left after a single pageview would not be in the
results.
In your case, unless CV1 and CV2 *ALWAYS* happen together, the numbers you see
will always be smaller when queried together for this reason.
If this isn't your case, please provide more detail and we can investigate
further...
Original comment by api.alex...@gtempaccount.com
on 19 Jul 2010 at 5:05
Thanks for the fast reply. I understand your point about multiple dimensions
reducing the numbers returned but in this case every pageview has a value for
both custom variables. We know that they always happen together as they are
being set manually for each request that is sent to google.
I suspect the the issue is that the data is being sampled. I know it is in the
GUI tool but I expected the API to provide all the data. Since submitting this
query I read that the data returned by the API is also sampled.
I have come up with a number of "solutions" to the problem but each time I
think I have a resolution I realise that it will not work. 1st option was
running queries using the API as opposed the the GUI tool. Next is to set up
profiles for each of the values of CV2 on the GUI tool and then look at the
auto generated report for CVI. But we cannot do this as you cannot create
filters on Custom Variables. Then we though about setting the User Defined
variable to be the same as CV2 so that we can apply filters to that but because
it is deprecated we dont know how long this will work for and also it means
that we will not have a full months worth of data until the end of August.
Do you have any suggestions as to how we can get the full raw data while
combining 2 CVs? I am prepared to try anything at this stage!
Original comment by fcdevt...@fmr.com
on 20 Jul 2010 at 9:44
Removing an obsolete label that was used when these issues were in the
gdata-issues project.
Original comment by jrobbins@google.com
on 21 Jul 2011 at 10:04
Original issue reported on code.google.com by
fcdevt...@fmr.com
on 19 Jul 2010 at 9:25Attachments: