Closed RonnyTite closed 4 years ago
Can you provide some kind of steps for a test setup? It looks good, but I'm just wondering how it works with the TMS
here : https://developer.matomo.org/guides/tagmanager/embedding
If you're already using matomo you can set you siteId, your trackerUrl,
and set the TMS script as trackerFileName (container_<something>.js
) .
It should be testable with this.
@AmazingDreams were you able to test ?
Sorry it took me so long, thanks for your contribution
this was throwing an error in
initMatomo
when trying to assign window.Piwikconst Matomo = window.Piwik.getAsyncTracker()
the catch will follow with another error of
src of target undefined
(following PR#48) Fix created in PR#51This will avoid the error throwed in initMatomo when window.Piwik is undefined