fnogatz / magento2-matomo

Matomo Analytics Module for Magento 2
GNU Affero General Public License v3.0
50 stars 37 forks source link

Customization Tracking #34

Closed shekharS7 closed 3 years ago

shekharS7 commented 5 years ago

I had one event payment_form_success (custom). That event is executed on successful payment of order. I put logger on it and its working. There I want to tracking success payment event track. I used observer for this event. There I put this code.
$this->_piwikTracker->trackEvent('payment', 'Payment for Order Id', '576'); $this->_piwikTracker object is load in construct. Its still not tracking. I didn't find why its not tracking.

amenk commented 3 years ago

is this still an issue?

shekharS7 commented 3 years ago

No.