I have created a GTM container, added tags under it and published.
its in debug mod and I can see datalayer
but for tags, says there are not tags in container
even though tags are there in container rules and tags
so question is, can I test gtm account on local machine even domain url of gtm is live.
if yes then why tags are not showing? does Google take time in publishing tags?
I tried google chrome plugin but it only shows basic info,
I want to work it like if I click on a product or do a purchase locally, it should update data for account remotely, is it possible?
Both Global Site Tag - gtag. js and Universal Analytics - analytics. js will detect localhost automatically. You do not need to make any change to the configuration.
A third way to find your data layer information is using the console tab in developer tools. Simply type “dataLayer” into the console, and voila, there's your data layer. Click the down arrow next to the data layer array, and you can see the different objects inside.
Google Tag Manager can be easily tested on your local machine (no need for a Chrome extension), similar to how you would Preview your changes on a public website/app:
<!-- Google Tag Manager -->
script to the <head>
of your webpage(s).<!-- Google Tag Manager (noscript) -->
to the <body>
of your webpage(s) (optional).Start a local web server to run your app - this method will vary depending on your local setup but you should be able to access your app using a local URL like localhost:8088/
.
NOTE: Opening a file path (e.g. file:///Users/your-name/Documents/
) in your browser WILL NOT work.
localhost:8088
.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With