google-datalayer Questions

4

Trying to achieve content grouping in mobile site which is SPA. The scenario goes like this: When I am visiting a PDP page for the first time, category variable is set and this is sent to content ...
Unprovided asked 28/4, 2017 at 6:29

3

Solved

I want to add a custom script that integrates into an existing Tag Manager dataLayer on a page. I need this script to be notified about new dataLayer pushes. So whenever something on the page uses ...
Dola asked 31/3, 2021 at 7:40

6

I want to get some values from dataLayer object of google tag manager. In chrome tag assistance i am getting values like this [ { "gtm.start": 1503053374849, "event": "gtm.js", "gtm.uniqueEven...
Recept asked 18/8, 2017 at 11:4

3

Solved

We initially push an object containing variables to the dataLayer: dataLayer.push({ 'environment': { 'userName': 'abc', 'id': 123, 'clicks': 0 } }); We now want to increase the value of env...

1

Solved

I want to implement the Enhanced Ecommerce with Google Tag Manager and I want to push some data for the tag Universal Analytics. I have always created the dataLayer before the GTM script, but now I...

1

Solved

I have added this gtm code in my chrome extension page(injected by the content script in and iframe) // <!-- Google Tag Manager --> (function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':...

1

Solved

I am trying to understand what is the role of firebase to the google tag management. According to the GTM document Log events and variables, "your Firebase Analytics implementation acts as your da...

1

Solved

Here is my dataLayer array: dataLayer = [{ 'giftBatch' : { 'giftID': '', 'giftAmount': 0, 'giftCount': 0, 'giftUpdate': { 'giftPhase': 'Gift Empty' } }, 'txBatch': { 'txID': '', 'txTota...
1

© 2022 - 2024 — McMap. All rights reserved.