matomo for vue and basic tracking
This commit is contained in:
@@ -390,6 +390,8 @@ onMounted(() => {
|
||||
});
|
||||
const showRow = async (item) => {
|
||||
console.log("ITEM=", item);
|
||||
this.$matomo.trackEvent('Product', 'search', 'text', settingsStore.text);
|
||||
this.$matomo.trackEvent('Product', 'click', 'code', item.globalCode);
|
||||
|
||||
itemCode.value = item.code;
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user