AmazingDreams / vue-matomo

Vue plugin for Matomo Analytics
MIT License
274 stars 61 forks source link

Option to load matomo synchronously for A/B tests #128

Open exophunk opened 1 year ago

exophunk commented 1 year ago

For running A/B tests, matomo recommends to load matomo synchronously in the <head>.

I can make it work with vanilla matomo, but not with this plugin, because it defer=true and async=true.

Can you please add an option to disable async loading?

See Matomo A/B docs