Open rrolla opened 1 year ago
@rrolla, did you make by chance any progress in this? Thank you!
@rrolla, did you make by chance any progress in this? Thank you!
No unfortunately no progress on this, I added in old way for now.
Hello, I am also interested. If someone could guide us to make it work ?
I'm interested in this, please let me know of a solution
I haven't tested anything, but just a wild guess. It could be that since you are forwarding _paq.push
, partytown creates window._paq.push
as a function to forward the event. But after that you are redefining it (window._paq = [];
), so that might be the cause why it is not working. Good luck.
I'm also facing this issue, any update?
I'm also facing this issue, any update?
got this from matomo:
Currently we do not sent access control headers with our JS files but this is something we are considering doing.
We have had several requests and made it a priority issue.
But I wouldn't get my hopes up. The rest of the support ticket indicates, that they don't really know what partytown is or what the header does. In their opinion csp setting of the site is wrong 🫠
I have a working showcase that integrates Matomo within Shopify OS 2.0. Maybe it helps:
Thanks @j0Shi82 for sharing 👍
Is your feature request related to a problem? Please describe. I want to use this fantastic idea to offload main thread for matomo analytics
Describe the solution you'd like Help to understand how can I integrate it with code examples, and update forwarding events documentation with advanced cases
Describe alternatives you've considered Point to some similar integration
Additional context JavaScript Tracking Client for matomo https://developer.matomo.org/guides/tracking-javascript-guide
I added scripts
I also fixed issues with cors, so that mean web worker can fetch my analytics script because there are no more errors about cors
But cannot understand how can I forward push to array with value
'trackPageView'
eg:If I execute manually on console it throws error
Looks like party town itself loads, but cannot send anything to matomo