Questions tagged [gtm]
GTM stands for Google Tag Manager. It lets you measure your advertising ROI as well as track your Flash, video, and social networking sites and applications
7 questions
0 votes
0 answers
51 views
Facebook Pixel Blocking Page Views because of sfmc_sub and lng parameters
We were notified that Facebook pixel is completely blocking our page views because of sfmc_sub and lng parameters that are in our URLS when customers come to our site from an email. We reached out to ...
0 votes
1 answer
314 views
LWR and Privileged Script Tag
I need to configure Google Tag Manager for the LWR community. But I'm stuck while sending GTM event. GTM is configured this way and works <x-oasis-script hidden="true"> // gtag ...
-1 votes
1 answer
124 views
Custom html into GTM for Salesforce
I'm adding a mini form on my website. The form includes a dropdown field called "Business Type" where you can pick your industry. I'm trying to make industry show up in my leads detail ...
2 votes
1 answer
942 views
Salesforce Community: Send event from window to LWC
I'm working on the LWC that sends an event to Google Tag Manager via window.dataLayer.push(). I have the Lightning Locker service enabled, so I cannot access the window property fully. I can push to ...
0 votes
2 answers
3k views
dataLayer in Lightning component
Can someone tell me how can I access DOM dataLayer in lightning component controller? I'm using like this but its not pushing into DOM dataLayer window.dataLayer = window.dataLayer || []; ...
0 votes
0 answers
476 views
Integrating Google TAg Manager with Aura component
Can we integrate GTM to aura components? I Have LWC components that are wrapped in Aura components with 40+ API versions. I need to just count the page hits on my app(Web/Mobile). Will it be possible ...
1 vote
0 answers
282 views
LWC: Any idea if Custom Events will be filtered in the future releases?
I am trying to implement GTM(google tag manager) with a community following this article. The problem I am experiencing is that GTM cannot see the lightning web components that were loaded in the ...