Closed pbb72 closed 1 year ago
@pbb72 Was the TagManager plugin added after the setup ? How did you add all the plugins ?
As far as I can recall, Tag Manager was available when I first logged in. I do remember I had to do some sort of activation or confirmation the first time I used it. (I didn't install our Matomo instance, but I am the only user.)
With regards to plugins, I only installed the Modern theme through the admin interface. Our sysadmin may have installed more plugins, I don't know about that.
@pbb72 So the plugin is activated after setup in most of the cases and due to which the hook to create default container never runs maybe we can try to run the hook after plugin activate for all the measurables
@pbb72 I have added this issue for prioritisation, our product team will check and take a call on this.
This issue has been mentioned on Matomo forums. There might be relevant details there:
https://forum.matomo.org/t/combining-tag-manager-and-javascript-tracker/49484/9
@pbb72 FYI #606 was merged and should be released with Matomo v4.13.4
This issue has been mentioned on Matomo forums. There might be relevant details there:
https://forum.matomo.org/t/pas-de-container-par-defaut-pour-les-sites-intranet/50477/2
When creating a new site in Matomo, a new tag manager container is automatically created. Name: "Default container", description: "This container was auto generated when the website was created." This container automatically has the required tag, variable and trigger for measuring pageviews. However, this is NOT done for the first site on a fresh Matomo install.
As a new user, I would have been helped tremendously if this container was auto-generated for my first site.
Expected Behavior
When creating your first site on Matomo, a tag manager container for that site is automatically created.
Current Behavior
A container and the required tag, trigger and variable for measuring pageviews need to be created manually by the unexperienced Matomo beginner.
Possible Solution
Automatically create the container also for the very first site, just like with any subsequent sites.
Steps to Reproduce (for Bugs)
Context
As a new user, I had to spend a considerable amount of time in the documentation and on the forums to figure out how to use the tag manager. (Actually, I'm still struggling, as the tag manager setup only registers a fraction of my visitors, about 10% of what the JS snippet does.)
Your Environment