You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks updating our GTM config ahead of the changes in #13317, so that when Win 8.1 / macOS 10.14 visitors click ESR download buttons, those are now counted as ESR download events and not Firefox release channel downloads.
Changes:
Added trigger: Click - Firefox Download Data Attribute - ESR (which can now fire from any page)
Modified event: GA Event - Firefox Download (added ESR trigger as an exception)
Modified event: GA Event - Firefox Download - ESR (mapped to ESR trigger)
Steps for review:
Open each of the links below in GTM preview.
Click download on the Release / Beta / Dev / Nightly buttons on each respective page, and verify the right events are fired for each button type.
Add a class of fx-unsupported to the <html> element. You should now see an ESR download button in place of the regular download button for each page. Clicking an ESR download should fire an ESR download event, and not a download event for a different channel.
Description
This issue tracks updating our GTM config ahead of the changes in #13317, so that when Win 8.1 / macOS 10.14 visitors click ESR download buttons, those are now counted as ESR download events and not Firefox release channel downloads.
Changes:
Click - Firefox Download Data Attribute - ESR
(which can now fire from any page)Click - Firefox Download Data Attribute - ESR
- Channel PageClick - Firefox Download Data Attribute - ESR
- Developer PageGA Event - Firefox Download
(added ESR trigger as an exception)GA Event - Firefox Download - ESR
(mapped to ESR trigger)Steps for review:
fx-unsupported
to the<html>
element. You should now see an ESR download button in place of the regular download button for each page. Clicking an ESR download should fire an ESR download event, and not a download event for a different channel.Success Criteria
The text was updated successfully, but these errors were encountered: