Tag is loaded but not fired

Bronze Contributor
Bronze Contributor

Hi all,

I am new to this, so any help is appreciated.

I am trying to track any event on my website, but I can't seem to fire any event at all. My Developer Tool doesn't show the events.

The QA environment fires the events and variables that I want:

Screen Shot 2018-12-27 at 13.22.58.png

However, when I swap to DEV environment, the same events are not firing. I dont know why. I am using a variable "helper" for a LookUp Table.

Here is my extension setup:

download1.png

My Lookup Table extension:

download2.png

and here is my Event Tracking to send to Google Analytics.

download3.png

I am not sure what I am doing wrong or what is missing, but I can't seem to be able to track my events nor send it to GA.

3 REPLIES 3

Tag is loaded but not fired

Tealium Expert
Tealium Expert

Hi @chriszp

It looks like your click_class data object isn't populated on a click (at least of the top nav):

2019-01-02_14-22-31.png

This means the look up table isn't populating the helper_eventVariables data object, so nothing is getting mapped to the tag.

Hope that helps

Ben

Tag is loaded but not fired

Gold Contributor
Gold Contributor

Hi @chriszp,

Looks like some of the code which is available in QA environment is not present in Dev environment. Here is the screenshot of code which is available in QA but not in Dev.

Screen Shot 2019-01-02 at 3.10.06 PM.png

If you add this piece of code to dev environment then you will be able to see the events.

Thanks

VR

Tag is loaded but not fired

Bronze Contributor
Bronze Contributor
Thank you @ vinayreddy AND @ BenStephenson! Both your answers helped me figure out my issues.

Not only did my Javascript Code have just a single coma too many AND (!) that's when I saw that it wasn't published to DEV!!
Now it works again!

THANK YOU!!
Public