Sha256: 0c0e443ffdc2d821a17807628ce654dc94a65c1f90e25ad34384c95c52385515
Contents?: true
Size: 697 Bytes
Versions: 97
Compression:
Stored size: 697 Bytes
Contents
window.GOVUK = window.GOVUK || {} window.GOVUK.analyticsGa4 = window.GOVUK.analyticsGa4 || {} window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analyticsModules || {}; (function (analyticsModules) { 'use strict' var Ga4PrintIntentTracker = { init: function () { window.addEventListener('beforeprint', function () { var data = { event_name: 'print_page', type: 'print page', method: 'browser print' } window.GOVUK.analyticsGa4.core.applySchemaAndSendData(data, 'event_data') }) } } analyticsModules.Ga4PrintIntentTracker = Ga4PrintIntentTracker })(window.GOVUK.analyticsGa4.analyticsModules)
Version data entries
97 entries across 97 versions & 1 rubygems