Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support subscription reports #15361

Open
tsteur opened this issue Jan 8, 2020 · 0 comments
Open

Support subscription reports #15361

tsteur opened this issue Jan 8, 2020 · 0 comments
Labels
c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.

Comments

@tsteur
Copy link
Member

tsteur commented Jan 8, 2020

refs #11615

Workaround available see end of the comment

Considering many businesses have subscriptions it be great to eventually support tracking subscriptions like

  • Subscription sign ups
  • Subscription renewals
  • Subscription cancellation
  • Subscription pending cancellation
  • Subscription resubscribe
  • Subscription on hold
  • Subscription upgrade
  • Subscription downgrade

From this we would generate various metrics like

  • Subscription sign up revenue
  • Number of subscription sign ups

The same for the other dimensions. Could also add some processed metrics like lost subscribes etc.

It would all be rather basic since re-implementing another subscription reporting is quite a mission which may not be worth it considering most subscription payment gateways, subscription ecommerce platforms etc already include subscription reporting including churn reporting etc and there are also many standalone subscription reporting services.

And it's not like anyone could rely on Matomo for subscription reporting alone anyway since if people use ad blockers or for other reasons some subscriptions may not be tracked.

In the UI this would be basically an entirely new category possible next to Ecommerce. Or we'd need to have switches for everything since you'd probably want to also see subscription information per product etc. Could keep it very basic though and only provide overall information.

Technically we could probably reuse log_conversion table and simply introduce new types where we use eg subscription signup = goal ID -2 etc.

A workaround for now already kind of exists using events. While this feature is not available, most of the reports would be already possible to receive by simply tracking events like.

trackEvent(category = Subscription, action = signup, name = subscriptionId, value = 40.

@tsteur tsteur added Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc. c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. labels Jan 8, 2020
@tsteur tsteur added this to the Backlog (Help wanted) milestone Jan 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: New plugin For features that probably will not be added to Matomo, but could be implemented as plugins. Enhancement For new feature suggestions that enhance Matomo's capabilities or add a new report, new API etc.
Projects
None yet
Development

No branches or pull requests

1 participant