Altamash Shaikh

Results 242 comments of Altamash Shaikh
trafficstars

@webian Looks like the dataLayer might be setting the idSite value after the container.js is loaded, can you maybe ensure to load the container.js after the idsite is added via...

@webian Hard to comment what could be the actual cause, I tried reproducing this one by creating a Matomo configuration where idSite is determined via dataLayer variable and the default...

@webian Cannot find any issue, may be the `bytedance` bots not recognising CDATA content properly? try setting `mtm_push` after line 75 ? ![Screenshot from 2024-01-31 13-47-48](https://github.com/matomo-org/tag-manager/assets/14902277/f17e2886-07c6-4728-b603-9f0f5b10afae)

@webian any luck after making the recommended changes ?

@webian I meant implementing the code in following way ``` window._mtm = window._mtm || []; window._mtm.push({ 'matomoSiteID': '2', 'matomoURL': 'https://mat.webian.it/', 'pageType': 'homepage' }); window._mtm.push({'mtm.startTime': (new Date().getTime()), 'event': 'mtm.Start'}); (function() {...

@webian Updated the status to "not planned" we won't be working on this, if you want to block the requests for the above spider, you can try using [TrackingSpamPrevention](https://github.com/matomo-org/plugin-TrackingSpamPrevention) plugin

@webian We did tried reproducing and didn't find much success as you did, If you could provide us the exact steps to reproduce it, we can definitely think of adding...

@snake14 @skyhhjmk Unable to reproduce it, @skyhhjmk Is there any URL where we can see this behaviour ?

@atom-box Changing Container to Container Context would be more confusing as most of the user's would be used to using GTM which also has similar names

@snake14 You are correct, we might need to create an additional tag/option in the existing code to support it or `_paq.push(['trackSiteSearch'keyword, category, searchCount])` can be executed as a custom HTML...