We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78634e3 commit 9b3d8a6Copy full SHA for 9b3d8a6
src/db.js
@@ -69,6 +69,7 @@ const query = ({ reportName,
69
version
70
}) => {
71
// we have different tables for new ga4
72
+ // TODO: once UA has sunset we can remove this
73
const dbTable = version === '1.1' ? "analytics_data" : "analytics_data_ga4"
74
const limitParam = parseLimitParam(limit);
75
const pageParam = parsePageParam(page);
0 commit comments