Push custom events to Google Tag Manager and Analytics

A couple of configuration thoughts:

It’s possible that you can resolve some of your CSP errors if you Use nonces in Google Tag Manager scripts.

Since you’re using GTM, you should also be sure that the ga universal tracking code site setting is empty. GTM will load your tracking script so this is unnecessary.

I use a Chrome add-on called Simple Data Layer Viewer, which shows you the dataLayer variable info. For your landing page, I’m not seeing any:

[
    {},
   ▲ {
        "gtm.start": 1682113931034,
        "event": "gtm.js",
        "gtm.uniqueEventId": 1
    },
   ▲ {
        "event": "gtm.dom",
        "gtm.uniqueEventId": 3
    },
   ▲ {
        "event": "gtm.scrollDepth",
        "gtm.scrollThreshold": 90,
        "gtm.scrollUnits": "percent",
        "gtm.scrollDirection": "vertical",
        "gtm.triggers": "7",
        "gtm.uniqueEventId": 9
    },
   ▲ {
        "event": "gtm.load",
        "gtm.uniqueEventId": 10
    }
]

I would revisit the Variables section of Set up Google Tag Manager for Analytics to be sure you have it all configured correctly.

UPDATE:

I’m going to leave this post for reference, but I do see some events now so perhaps there was just a glitch initially:

[
    {},
   ▲ {
        "gtm.start": 1682115996464,
        "event": "gtm.js",
        "gtm.uniqueEventId": 1
    },
   ▲ {
        "event": "virtualPageView",
        "page": ▲ {
            "title": "RMW Commerce Community - Your Trusted eCommerce Industry Community",
            "url": "/"
        },
        "gtm.uniqueEventId": 3
    },
   ▲ {
        "event": "gtm.dom",
        "gtm.uniqueEventId": 5
    },
   ▲ {
        "event": "gtm.load",
        "gtm.uniqueEventId": 11
    },
   ▲ {
        "event": "gtm.click",
        "gtm.element": "<a href=\"/t/scotch-soda-acquired-by-bluestar-alliance/966\" role=\"heading\" aria-level=\"2\" class=\"title raw-link raw-topic-link\" data-topic-id=\"966\">Scotch &amp; Soda Acquired by Bluestar Alliance</a>",
        "gtm.elementClasses": "title raw-link raw-topic-link",
        "gtm.elementId": "",
        "gtm.elementTarget": "",
        "gtm.elementUrl": "https://community.rmwcommerce.com/t/scotch-soda-acquired-by-bluestar-alliance/966",
        "gtm.uniqueEventId": 12
    },
   ▲ {
        "event": "virtualPageView",
        "page": ▲ {
            "title": "Scotch & Soda Acquired by Bluestar Alliance - Fundraising and Acquisitions - RMW Commerce Community",
            "url": "/t/scotch-soda-acquired-by-bluestar-alliance/966"
        },
        "gtm.uniqueEventId": 13
    },
   ▲ {
        "event": "gtm.historyChange-v2",
        "gtm.historyChangeSource": "pushState",
        "gtm.oldUrlFragment": "",
        "gtm.newUrlFragment": "",
        "gtm.oldHistoryState": ▲ {
            "path": "/"
        },
        "gtm.newHistoryState": ▲ {
            "path": "/t/scotch-soda-acquired-by-bluestar-alliance/966"
        },
        "gtm.oldUrl": "https://community.rmwcommerce.com/",
        "gtm.newUrl": "https://community.rmwcommerce.com/t/scotch-soda-acquired-by-bluestar-alliance/966",
        "gtm.triggers": "8",
        "gtm.uniqueEventId": 15
    }
]