Skip to content

Google tag manager and OneTrust on /-/trials/duo_pro/new pages

What does this MR do and why?

Add Google tag manager and OneTrust to Duo Pro trial pages, dataLayer code for /-/trials/duo_pro/new path - https://gitlab.com/gitlab-org/gitlab/-/issues/439033#technical-requirements

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before
Screenshot_2024-01-30_at_16.24.06
Screenshot_2024-01-29_at_17.50.44
Screenshot_2024-01-29_at_17.48.36

How to set up and validate locally

bin/rails c

Feature.enable(:duo_pro_trials)
google_tag_manager_nonce_id: '_google_tag_manager_nonce_id_'
one_trust_id: '_one_trust_id_'

to extra section of gitlab.yml.

  • Restart GDK. Sign up.
  • Visit /-/trials/duo_pro/new and open page source.
  • Validate GTM and OneTrust code is present.

Related to #439033

Edited by Serhii Yarynovskyi

Merge request reports