Forum Discussion
Does the Google Analytics connector bring in full data or sampled data?
- 11 years ago
We request all of the data. If the underlying data is itself sampled or incomplete, then of course we'd have no control over that -- but we will get everything that the Google API can give us.
- 10 years ago
"If the number of sessions in the property over the given date range exceeds 500k sessions (25M for Premium)1, Analytics will employ a sampling algorithm which uses a sample set proportional to the distribution of sessions by day for the selected date range."
https://support.google.com/analytics/answer/2637192
I don't know if this means per query in Power BI (my guess would be yes).
This means you need to break down your queries and keep duplicating...not ideal, but it works.
No indicator. Interestingly enough this thread has an admin answer of the connection (content pack) only pulling the last 6 months. Here
Thanks for the reply and related link - it's great to know the Desktop connection is the same as the one used in the content pack. The content pack doesn't fit our needs because of the year-over-year analysis needed, but I still find it strange that no indicator is provided for sampled data in the Desktop app. Hoping to see this connection improved in a future release.
- intrasight10 years ago
Helper IV
They can only get unsampled data if they use the unsampled API - which is only available to GA Premium customers. It would be nice if PowerBI would add a new metric to indicate if sampling is present. That's what I did for my custom query integration.
- Luke10 years agoRegular Visitor
To dig into this more, are you saying that PowerBI's current GA connector is configured through an API that may sample, despite the underlying profiles being GA Premium accounts? With your comment on custom query integration, do you have a workaround to take advantage of the GA Premium account (and unsampled data) that does not use the PowerBI-provided API? I'm not terribly familar with GA's API suite so any clarification would be much appreciated.
- procyon8210 years ago
Resolver I
"If the number of sessions in the property over the given date range exceeds 500k sessions (25M for Premium)1, Analytics will employ a sampling algorithm which uses a sample set proportional to the distribution of sessions by day for the selected date range."
https://support.google.com/analytics/answer/2637192
I don't know if this means per query in Power BI (my guess would be yes).
This means you need to break down your queries and keep duplicating...not ideal, but it works.