Google Tag Manager is a free Tag Manager solution. It gives marketers greater flexibility, and it lets webmasters relax and focus on other important tasks. Here are a few answers and resources to help you get to know us better.
0
votes
0answers
17 views
Javascript dynamic _setDomainName for subdomain tracking - google analytics
I am trying to create a js variable for use with Google Analytics _setDomainName(). I want to use a single code instance across all microsites via Google Tag Manager, however I can't test if this is ...
0
votes
0answers
13 views
Load Google Tag Manager Synchronously
I have searched Google Tag Manager (GTM) documentation and did not find anything addressing this issue. I'm working with an affiliate network who wants their tracking pixel to be loaded synchronously ...
0
votes
0answers
10 views
Several (entrance) unrecognized on my conversion funel
I've setup my goal to "/Confirmation" , and 3 steps:
step1: /Availability
step2: /Inscription
step3: /Payment
I don't understand why there is so much (entrance) in step 2,3 and 4 instead of visit ...
1
vote
0answers
23 views
Google Analytics filters not working properly with Tag Manager and multiple subdomains
So my issue is that I have multiple filtered subdomains in the same GA account with the proper "include only traffic to the hostname that contains subdomain.domain.com" filters. I even had a local ...
0
votes
0answers
22 views
Google Tag Manager Ecommerce Implementation
I have question about the dynamic variable. Let’s say i am an agency, and the client's check out page has dynamic variable, which mean all those revenue, tax and ID variable are different every time ...
-1
votes
1answer
138 views
Google Tag Manager Data Layer implementation and Magento Shop
I'm trying to connect Magento with Google Tag Manager, especially in order to track transactions and other e-commerce data in Google Analytics.
I installed this GTM Magento extension which is useful ...
0
votes
2answers
63 views
Use customs variables for ecommerce tracking
I want to have more specifics informations about a transaction
Actually, I used the basic code, that I put on my last transaction page (confirmation):
_gaq.push(['_addTrans',
'$!{Transactionid}', ...
0
votes
1answer
278 views
Google Tag Manager: Calling dataLayer.push after validating the form
I want to call below code (Google Tracking code) if the form is validated successfully.
onclick="dataLayer.push({'event': 'NewsletterSignup'});"
If I add it to "onclick" event, it fires every time ...
0
votes
0answers
51 views
Using jQuery to fire Google Analytics trackEvent on Tumblr [closed]
Has anyone ever used the custom HTML of a tumblr and tried to dynamically fire Google Analytics trackEvent using jQuery? Trying to automate data collection and get more granular than just the ...
0
votes
1answer
182 views
Create dataLayer custom event for external clicks
I am looking to create a dataLayer push event for any time a click is made on any external link - I plan to use it as a trigger to fire a GTM tag for external link tracking. I envision it will be ...
0
votes
1answer
81 views
Difference between tag cloud and Google Tag Manager?
I liked tag cloud but in technical webinar of Google tag manager I wasn't able to find tags on webpage. So I need to understand the difference.
0
votes
0answers
24 views
Google Re-marketing Dynamic Variables
I have a page, on which i generate new elements and data with AJAX. The problem that re-marketing code fires only on page load... I want to it to fire it later when data is generated with AJAX and ...
2
votes
1answer
130 views
Several Google Analytics tag on a same page
Here is my problem: our client has 2 websites, A and B.
They have 1 google analytics account with 2 properties :
Account: CLIENTNAME
Properties :
SITEA with ID UA-XXXXXX-1
SITEB with ID ...
0
votes
1answer
131 views
Google Tag Manager Rule to Identify Traffic Source
Is there a way to create a google tag manager rule ( via a macro ) which identifies the traffic source type? ( Like organic ?). Would like to create a tag which only fires if the source of traffic is ...
0
votes
1answer
108 views
tracking pixel asynchornous or synchronous
I want to start using Google Tag Manager for all tags on websites, but I just read that it doesn't support synchronous tags.
I'm not entirely sure if tracking pixel, image tags that have an external ...
0
votes
1answer
106 views
Google Analytics Site Search with Google Tag Manager
I currently have deployed Google Tag Manager on my site and only have a single, standard Google Analytics tag in my container that fires on every page. I would like to capture the terms visitors to ...
1
vote
3answers
306 views
Google Tag Manager and Magento shop
I try to connect Google Tag Manager with Magento. On google site I find a couple of Data Layer Variable Names.
<script>
dataLayer = [{
'pageCategory': 'signup',
'visitorType': ...
0
votes
1answer
279 views
Server variable not recognized on Google Tag Manager with “HTML Custom” type tag
I want to put a GTM container on my webpage, just to add scripts without modify html of my page (I will no longer have acces).
1)Currently, I just put the GTM code after , created a tag on my GTM ...
0
votes
1answer
125 views
How to Integrate Webtrekk with Google Tag Manager
I am currently using Webtrekk for our analytics.
Recently, I implemented Google Tag Manager to manage and consolidate all tags. I am thinking of adding Webtrekk into Google Tag Manager and I was ...
0
votes
1answer
136 views
Google Tag Manager and Google Analytics Conversion
Anyone had the problem whereby the Transaction number is the only thing wrong in GA Conversion results, through GTM?
The firing rules to include only Thank you (receipt) page seems to be ignored.
...
1
vote
1answer
723 views
Passing data from Google Tag Manager to Google Analytics
I have two Google Analytics profiles in my account. One, for my production account with property ID: UA-XXXXXXXX-1. My second profile is for my staging account to test and it has property ID: ...
2
votes
1answer
507 views
Google Tag Manager (GTM) and Google Analytics variables
Is it possible to get a tag fired by a javascript rule, when the value the rule based on is inside the _gaq javascript?
This is my Google Analytics javascript:
<script type="text/javascript">
...
1
vote
1answer
456 views
Floodlight & Google Tag Manager
How is using Google Tag Manager (which is a pixel container) different from using Floodlight tags?
The Tag Manager is actually a container that can load custom tracking tags as needed, whereas ...
0
votes
1answer
468 views
Google Analytics Tag Manager fails
Google recently released a new feature "Tag Manager"
https://developers.google.com/tag-manager/devguide#migration
https://developers.google.com/tag-manager/reference#varnames
Do you know any ...
