Skip to content

Commit 2d239cf

Browse files
committed
chore: add custom dimension 10
1 parent 6cc3cf5 commit 2d239cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

controllers/track.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const setCustomDimensions = (cd) => {
1212
visitor.set('cd7', cd.isHowToUse)
1313
visitor.set('cd8', cd.book)
1414
visitor.set('cd9', cd.period)
15+
visitor.set('cd10', cd.userId)
1516
visitor.set('uid', cd.userId)
1617
}
1718

0 commit comments

Comments
 (0)