$(‘.columns.medium-4.storyItem’).click(function(){
var label =$(this).find(‘.storyTitle’).text();
var category = ‘InpaGeee’;
var action = ‘InpaGeee’;
var value = ‘tttEST’;
Another way of asking this question: “When adding an event to the request “stack” for Matomo using the _paq.push() method, will that information be transmitted by the Tag Manager at all?”
When the above two options are enabled in the Tag Manager it allows the use of all the normal tracker methods using the _paq.push method. The Tag Manager configures a default tracker object configured using the settings in the Matomo Configuration Variable. The _mtm.push method is not a direct replacement of _paq.push, _mtm.push simply pushes data to the Datalayer of the Tag Manager. You would still need to configure a Trigger to send any tracking requests once the data was pushed to the Datalayer. Using the _paq.push method for a tracker method would directly send a tracking request in this case.