Skip to content

Commit

Permalink
SITES-22537 [oppty] Pages with steady decline of CTR
Browse files Browse the repository at this point in the history
  • Loading branch information
Dereje Dilnesaw committed Aug 21, 2024
1 parent 69a926d commit 11e4844
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function handler(bundles) {
let totalClicks = 0;
for (const event of bundle.events) {
if (event.checkpoint === 'click') {
uniqueSelectors.set(event.source, (uniqueSelectors.get(event.source) || 0) + 1);
uniqueSelectors.add(event.source);
totalClicks++;
}
}
Expand Down

0 comments on commit 11e4844

Please sign in to comment.