nuxt-modules / plausible

🎟️ Plausible Analytics integration for Nuxt
https://plausible.io
MIT License
104 stars 6 forks source link

Ecommerce revenue and attribution tracking #7

Open toniengelhardt opened 1 year ago

toniengelhardt commented 1 year ago

Is there a way to make the new revenue tracking work?

https://plausible.io/docs/ecommerce-revenue-tracking

johannschopplich commented 1 year ago

Hi there! Under the hood, @nuxtjs/plausible uses the plausible-tracker library. At the moment, revenue tracking doesn't seem to be supported by the official JS library and therefore not by this Nuxt module.

toniengelhardt commented 1 year ago

Ah ok, I thought it was only a typing issue in the wrapper, will raise the issue in plausible-tracker.

johannschopplich commented 1 year ago

Great! Thanks.

toniengelhardt commented 1 year ago

I open an issue https://github.com/plausible/plausible-tracker/issues/55, but looks like the lib is not maintained anymore...

Barbapapazes commented 2 months ago

Hey @toniengelhardt, now that this module use my fork under the hood, we can add this functionality. Do you want to try?

toniengelhardt commented 2 months ago

Hey @Barbapapazes, since Plausible charge now extra for the revenue tracking I'm not using it anymore. But in general it would probably be nice if it is supported.

Barbapapazes commented 2 months ago

Plausible charge now extra for the revenue tracking I'm not using it anymore.

Ah, I was not aware of that. I'll see to add it when I have some times.