Floating-Dartists / matomo-tracker

A fully cross-platform wrap of the Matomo tracking client for Flutter, using the Matomo API.
https://pub.dev/packages/matomo_tracker
MIT License
26 stars 28 forks source link

Events not shown in the Backend #9

Closed tilonet closed 2 years ago

tilonet commented 2 years ago

I have running the Matomo Backend via Docker https://github.com/matomo-org/docker the nginx example, Matomo Version 4.9.1

example call: http://localhost:8080/matomo.php?idsite=1&rec=1&url=https%3A%2F%2Fcom.example.example&_id=cf0cd7af39194e79&rand=822786072&apiv=1&_idvc=12&_viewts=1653736918&_idts=1653721097&res=1440x3064&h=11&m=22&s=1&cookie=1&ua=Android+12+%28SDK+32%29%2C+Google+Pixel+6+Pro&lang=de_DE&uid=cf0cd7af39194e79&pv_id=zhO56F&e_a=Click&e_n=IncrementCounter

The API Call are received in the Backend but I cant see the Increment Counter event

tilonet commented 2 years ago

Please help me with with the Issue, I really want to use this tracker. Maybe the screenshots can clarify my problem. The link above have the result shown on the screenshot. The events are tracked but I cant see which one, there is no label "Increment Counter" on dashboard and the event page under Behaviour is empty

Bildschirmfoto 2022-06-09 um 07 49 17

tilonet commented 2 years ago

ok If I understood it correct I need to add the Event in Matomo with the Tag Manager first ? And define a Trigger for on click, but how does it look like for the increment counter example. Which id should i use for this event ? The link provides _id, pv_id, uid, _idts ? To provide an example for the counter could really help me.

M123-dev commented 2 years ago

Can reproduce this as well @tilonet having a look if I can figure out what causes the problem