Questions tagged [piwiktracker]

33 questions
0
votes
1 answer

Have a way to intercept, through a plugin, the login event in Piwik/Matomo?

I need intercept the login event, I have been tried through events, but not work as I have been expected. /** * @return array */ public function registerEvents() { $hooks = array( // 'Request.initAuthenticationObject' =>…
Bruno Wego
  • 2,099
  • 3
  • 21
  • 38
-1
votes
1 answer

Event tracking with GUID in value field

Does the value have to be numeric, I am trying to store unique Ids (strings) in the value field, but when I look at the reports only a zero (0) value is being stored. here is example of issue: "type": "event", "eventCategory":…
ChampChris
  • 1,565
  • 5
  • 26
  • 44
-2
votes
1 answer

Regex for Affiliate URL

For Matomo outgoing link tracking I need the regex pattern, which matched the following URLs: https://www.example.com/product/?sku=12345&utm_source=123456789 and https://www.example.com/product/?utm_source=123456789 "https://www.example.com/" and…
Bingo
  • 17
  • 3
1 2
3