-
-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
Describe the bug
Some CMPs might trigger multiple consent update events for each category/tool. This starts a new session detection process every time. That's making analysis sad.
To Reproduce
On a site with marketing parameters:
elb("walker run");
elb("walker consent", { marketing: true });
elb("walker consent", { marketing: true });
1st event: { event: "session start", data: { count: 1, isStart: true, isNew: true } }
2st event: { event: "session start", data: { count: 2, isStart: true } }
Expected behavior
During a run, the session detection should only run once.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status