Open tw-louie opened 8 years ago
Hi,
Make sure you've placed the angulartics-tealium.js file in the src folder and loaded it in your app (see the example in the samples folder). Then replace angulartics.google.tagmanager with angulartics.tealium, or just add it if you want to continue using GTM.
Hope that helps.
Ian
Hey Ian,
Thanks for the information. I wanted to let you know that we had issues using the pageTrack method. In the end we had to modify the module on line 58 from:
window.utag.view(utag_data);
to
window.utag.view(utag_data.page_path);
So that the correct arguments would be sent to utag.view
.
Is this a good way to handle this issue?
Cheers, Louie
Hello,
I want to use the module you have made but am unsure how to import it. If I had the following code would I have to remove
angulartics
andangulartics.google.tagmanager
in lieu ofangulartics.tealium
?Cheers, prov-louie