diff --git a/modules/material/themes/material/default/selectidp-links.twig b/modules/material/themes/material/default/selectidp-links.twig index 83af8f9..9381e88 100644 --- a/modules/material/themes/material/default/selectidp-links.twig +++ b/modules/material/themes/material/default/selectidp-links.twig @@ -36,7 +36,11 @@ function clickedAnyway(idpName) { {% if analytics_tracking_id is not empty %} - ga('send', 'event', 'hub', 'choice-disabled', 'IdP', idpName); + gtag('event', 'IdP', { + 'event_category': 'hub', + 'event_label': 'choice', + 'value': id + }); {% endif %} } diff --git a/modules/material/themes/material/mfa/new-backup-codes.twig b/modules/material/themes/material/mfa/new-backup-codes.twig index 12dd59d..c80b378 100644 --- a/modules/material/themes/material/mfa/new-backup-codes.twig +++ b/modules/material/themes/material/mfa/new-backup-codes.twig @@ -138,7 +138,10 @@ {% if analytics_tracking_id is not empty %} {% endif %} {% endif %} diff --git a/modules/material/themes/material/mfa/prompt-for-mfa-backupcode.twig b/modules/material/themes/material/mfa/prompt-for-mfa-backupcode.twig index a275153..fcbf169 100644 --- a/modules/material/themes/material/mfa/prompt-for-mfa-backupcode.twig +++ b/modules/material/themes/material/mfa/prompt-for-mfa-backupcode.twig @@ -55,7 +55,10 @@ {% if analytics_tracking_id is not empty %} {% endif %} {% endif %} diff --git a/modules/material/themes/material/mfa/prompt-for-mfa-manager.twig b/modules/material/themes/material/mfa/prompt-for-mfa-manager.twig index d7ab56a..ec6d08b 100644 --- a/modules/material/themes/material/mfa/prompt-for-mfa-manager.twig +++ b/modules/material/themes/material/mfa/prompt-for-mfa-manager.twig @@ -55,7 +55,10 @@ {% if analytics_tracking_id is not empty %} {% endif %} {% endif %} diff --git a/modules/material/themes/material/mfa/prompt-for-mfa-totp.twig b/modules/material/themes/material/mfa/prompt-for-mfa-totp.twig index d8dd51c..c159c9d 100644 --- a/modules/material/themes/material/mfa/prompt-for-mfa-totp.twig +++ b/modules/material/themes/material/mfa/prompt-for-mfa-totp.twig @@ -53,7 +53,10 @@ {% if analytics_tracking_id is not empty %} {% endif %} {% endif %} diff --git a/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig b/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig index 61370b2..b22da50 100644 --- a/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig +++ b/modules/material/themes/material/mfa/prompt-for-mfa-webauthn.twig @@ -96,7 +96,10 @@ {% if error_message is not empty and analytics_tracking_id is not empty %} {% endif %}