Skip to content

Commit 9b3d8a6

Browse files
add reminder to remove UA when sunset
1 parent 78634e3 commit 9b3d8a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/db.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ const query = ({ reportName,
6969
version
7070
}) => {
7171
// we have different tables for new ga4
72+
// TODO: once UA has sunset we can remove this
7273
const dbTable = version === '1.1' ? "analytics_data" : "analytics_data_ga4"
7374
const limitParam = parseLimitParam(limit);
7475
const pageParam = parsePageParam(page);

0 commit comments

Comments
 (0)