Last active
October 23, 2019 21:18
-
-
Save Osiyuks/0da855ee71d101dd1c6e725d4ef84bf6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| SELECT | |
| HLL_COUNT.MERGE(users_hll) Users | |
| FROM | |
| (SELECT | |
| trafficSource.source, | |
| HLL_COUNT.INIT(fullVisitorId, 14) as users_hll | |
| FROM `your_ga_table` | |
| group by 1) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment