You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Matomo tag is included in a container, in all cases we are loading the Matomo tracking code async as soon as the tag manager container is being loaded.
To avoid having two requests in such cases (one for the tag manager container and one for the matomo tracking code), it would be great to directly embed the tracking code into the container. This will also simplify the logic of loading the matomo tracking code and increase performance plus especially reduce load on the server by having less requests.