python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Fire GTM dataayer variable on specific history change
I am using react-gtm-module in my react project to add Google Tag Manager in my project. As of now i was firing the dataLayer variable whereever required by the following code
window.dataLayer = win...
Ratnabh kumar rai
Votes: 0
Answers: 1
Can I use "dataLayer" code to capture "purchase" events from backend of website when batch processing orders / membership fees?
Is it possible to use dataLayer code on my website to capture monthly membership plan fees? My website processes this automatically and charges my customers credit card, so would I be able to have my...
olimits7
Votes: 0
Answers: 1
Getting data from a dynamic object in an event of my Datalayer
I'm requesting your help, I have trouble to catch data from a specific event in my datalayer.
So, I have a pop-up survey on my website. I'm pushing the answers in my GTM datalayer as you can see on th...
Joris Alexandre
Votes: 0
Answers: 0
Google Optimize Audience Targeting on dataLayer variable - (actual value not found)
I have in my code a dataLayer.push for this variable
<script>
window.dataLayer.push({
'enterTest': 'enter'
});
</script>
and when I run the console.log on dataLayer it shows b...
user2589867
Votes: 0
Answers: 1