@viezel wrote:
I need a list of users with a total count of specific actions they have completed. e.g. Downloaded a book, liked a page etc. These actions have been captured using Event Tracking.
Now, How do I get this correctly out of Matomo?
This is what I need: Screenshot by Lightshot
https://image.prntscr.com/image/QyLnD94PQxmdIQZeUiT9rg.pngA simple list of users and total counts of actions.
Have tried the following without any luck:
'method' => 'Events.getCategory', 'segment' => 'eventAction==LikedPage', 'pivotBy' => 'UserId.UserId', 'pivotByColumn' => '1'
or should i use Live.getLastVisitsDetails with some custom pivot or secondaryDimension ?
Im quite clueless how to achieve this?
Any help would be awesome.
Posts: 3
Participants: 2