- TLC Home Home
- Discussions Discussions
- Documentation Documentation
- Knowledge Base Knowledge Base
- Education Education
- Blog Blog
- Support Desk Support Desk
09-05-2019 04:50 AM
I am trying to send a tag (UID 93) after my two loadrules have fired (UID 31 and 43) , One is a cookie consent the other is on form completion.
To this I have created two loadrules, on for cookie (31) and one for formcompletion(43).
I then try to troubleshoot it, and here both the console and the tealium tool tells me that the load rules have been fired, however my tag has not. See pictures below.
The tag has been liftet from our google campaign manager and directly into tealiums "extract from code" function
If I check the utag for load rules fired I get the same information.
How do i troubleshoot from here?
09-05-2019 07:00 AM
Hi
Have you checked in the browsers netwok calls.
I normally have that on and filter out for what i am looking for.
So if am looking for a floodlight to fire i normally just filter the name i am using in the floodlight call.
If that doesn't seem to work, i check the console for errors,
And if that doesn't work i normally track every datalayer update on this extension in tealium called : Tealium UTAG Debugger
09-05-2019 11:44 PM
09-06-2019 02:02 AM
have you checked the tag template to make sure you have link and view like this
u.ev = {"view" : 1, "link" : 1};
and also with a FL gtag you need to make sure you have these fields filled in
Activity Group
Activity
Counting Method
and then in the data mapping
make sure you added conversion something like this
otherwise you will have to snapshot your tag here, omit any sensitvie data before you do.
09-09-2019 01:14 AM
09-09-2019 01:19 AM
09-09-2019 02:00 AM
This makes little sense to me since we have other floodlight tags that does not have any mapping in them.
The "Conversion" you made a image of, the I thought you just added mapped variables. That however does not give me the left side options you have with event.
Then I can see you are makking the text true, to a custome input called true:conversion. Is there anywhere I can read what this does.
Thanks for you patience.
09-09-2019 04:14 AM
I see your point, i have had a few issues with this tag too, especially the new gtag FL one.
The conversion seems to make it work, I think in the documentation by tealium it is missing this crucial info,
I think it should be a requirement because you are telling the tag if it is a conversion or a purchase,
A purchase is autmotic because when orderid is present it will automatically add it.
The true statement is generic, normally i just put a variable with events in them, so when they are true it will trigger the conversion
this is a real example
in your case you can put true equals true just to trigger the conversion because you have put in quite a speicific load rule.
i leave the load rule quite open so i can make my tag dynamic, as i don't want to create a new FL tag for each conversion.
If that still doesn't work you might need to amend your Templates to look at events not just views.
Hope this helps.
09-09-2019 06:02 AM
One of my load rules is, that it should fire when a value in the UDO is "complete", this is set by a utag.link, when the form has been completed. So the tag should be fired when the UDO is changed. I tried sending "true", to true:conversion, which shouldnt be anywhere. This is how I understood the instructions, im sorry if this is wrong. This did not have any effect unfortunatly.
Here is my tag.
09-09-2019 06:34 AM
09-10-2019 01:24 AM
I tried this and changed. It only had view in there so I changed it to {"view": 1 , "link" :1 }
I have not tried with only {"link" : 1}. but both did not work.
I think I need to see if there is any error in the tag to see if thats the problem. If not then I might have to run it as an extention, which just seems like I am coding what Tealiums core feature is.
09-10-2019 01:35 AM
09-18-2019 02:55 AM
09-18-2019 06:38 AM
09-20-2019 01:43 PM
Copyright All Rights Reserved © 2008-2023