Hi,
I would like to implement GA4 script using Adobe Tag. It's need to fired as soon as possible.
Which event from these would fire as soon as Adobe Tag is loaded & the first?
What rule would you use in order to achieve this recommendation? My Tag is implemented in the head of the page async.
Thanks
Mike
Solved! Go to Solution.
Views
Replies
Total Likes
Hey @Michael_Soprano
Library Loaded is the one which loads first out of the four you've highlighted above.
If you want to still test out the order, try creating four rules, one for each execution. Don't put any action as you just want to see the order of execution. Enable debug mode on your browser console using _satellite.setDebug(true) and check the order of the rules.
Hope the above helps.
Cheers,
Abhinav
Hey @Michael_Soprano
Library Loaded is the one which loads first out of the four you've highlighted above.
If you want to still test out the order, try creating four rules, one for each execution. Don't put any action as you just want to see the order of execution. Enable debug mode on your browser console using _satellite.setDebug(true) and check the order of the rules.
Hope the above helps.
Cheers,
Abhinav
Actually I found answer what was wrong. Both custom datalayer and that Google's datalayer was using the same name of the function (datalayer). I changed the name of the function and it worked
Views
Replies
Total Likes
Views
Likes
Replies