Closed
Bug 1357601
Opened 8 years ago
Closed 7 years ago
Add Tag For Changing to Privacy Page When Switching Tabs
Categories
(www.mozilla.org :: Analytics, enhancement)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: pgerman, Unassigned)
Details
Can we add the following datalayer.push for when users proceed to switch tabs to view the privacy policy as a part of the on-boarding experience?
If possible, this should only occur once a user has switched into the tab containing the privacy policy on the first occurrence that they switch into that tab.
window.dataLayer.push({
event: 'in-page-interaction',
eAction: 'Switch tabs',
eLabel: 'Review privacy policy',
});
Please use this bug as a reference -> https://bugzilla.mozilla.org/show_bug.cgi?id=1186485#c21
This is related to the onboarding addon funnelcake test. Legal wants to see if more people engage with the privacy policy as a 2nd tab vs. its current instrumentation as a link on firstrun.
Is this something that we can prioritize shortly?
Flags: needinfo?(erenaud)
Gareth just told me that this experience is no longer live, lets put this on hold until another funnel cake goes live that will have the relevant tabbed privacy policy experience.
Flags: needinfo?(erenaud)
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•