Closed wezzou1 closed 6 years ago
Using google tag manager, you can bind new events in the tag manager himself Here is an article that could help : https://www.analyticsmania.com/post/single-page-web-app-with-google-tag-manager/
Using Analytics and, I guess, the facebook pixel / ... , you have to trigger the page change: https://developers.google.com/analytics/devguides/collection/analyticsjs/pages
Sending the page change event would happen on the NAVIGATE_IN
event I guess, we didn't really test an official sending of data etc, but on projects we used Highway, we used the tag manager and it worked without problem :)
We preferred to not have to manage anything of any analytics because the options are various and custom for each project, also, we didn't find it suited to integrate the support of this in Highway :)
Hope this helped you understand how to work with this :-)
By the way, we planned to improve the documentation with the infos I am providing you here so that any user can access it and have a path to explore about analytics
@ThaoD5 alright! nice! Would be nice and better for all off us to quick get access to a simple documentation.
Hi, I wonder how it's work with Google tag manager and facebook pixel in highway? Do you guys have any exempel on that? Would nice to have a simple solution in the documentation like you have with google analytics!