How to integrate google tag manager analytics

Hello Frontity team,

I installed image
And included into frontity.settings.js
image

But unfortunately i can’t see it works.
Here the repository: https://github.com/dejangeorgiev/ruthgeorgiev-frontity

Do i do something wrong? Can you please check it quickly?

Thank you very much.
Best,
Dejan

Hey @dejangeorgiev

The name of the property should be googleTagManagerAnalytics :slight_smile:

So, your code should be:

{
    name: "@frontity/google-tag-manager-analytics",
    state: {
        googleTagManagerAnalytics: {
            containerId: 'GTM-NBGPD9N'
        },
    },
},
1 Like

Hey @mmczaplinski :wave:t3:

thank you so much for your help, i fixed this.

image

I do however get another issue like net::ERR_ABORTED 404

image

Do you have any idea what could that be?

Many thanks.

Hey @dejangeorgiev !

Are you using an ad blocker by any chance?

hey @mmczaplinski :wave:t3:

Nope. I don’t use any ad blocker.