Hello!
How can I count the number of streams for my Audio Players on my site.
Tried to find some wix functions, but I’m not shure how or what to use.
Or do I have to use google analytics or some other services?
Thanks / Kristoffer
Hello!
How can I count the number of streams for my Audio Players on my site.
Tried to find some wix functions, but I’m not shure how or what to use.
Or do I have to use google analytics or some other services?
Thanks / Kristoffer
As far as I know it is a feature request for now: https://support.wix.com/en/article/request-display-a-play-counter-in-the-wix-music-player
However, you can check out the AudioPlayer API to see if you can use some of the functions that suit your needs: https://www.wix.com/corvid/reference/$w.AudioPlayer.html
For example onPlay(): https://www.wix.com/corvid/reference/$w.AudioPlayer.html#onPlay
Good luck!