holidaycheck / react-google-tag-manager

This repository contains a react based implementation for Google's Tag Manager snippet.
MIT License
192 stars 31 forks source link

Undefined window.dataLayer.push #87

Open jacopocappelli1989 opened 4 years ago

jacopocappelli1989 commented 4 years ago

Hi, I've added module and works correctly but if I want to add some dataLayer for Enhanced Ecommerce I can't understand how do it.

In the App.js I've <GoogleTagManager gtmId={"GTM-myid"} /> and on product page, checkout ecc I try to add dataLayer but I can't understand how.

Can you help me?

Thanks very much