Feature Requests

Add your ideas for what you'd like to see!
Branch integration fix
Now integration with branch working invalid, there is 2 ways to send events from you to branch and both not working well 1) After integrating Branch stay all "event names" in editable textfields with your prefilled text (it is mapping names that will be used when sending to branch) If doing so - you will send most important events "Trial converted", "Subscription renewed", "Subscription started" to the same event name "Purchase", without any additional data to separate this events. So after this on the branch side - they all will look like cocktail with this 3 events, with no way to understand how much Subscriptions starts or Renewals. 2) Second way, is write my own event names in editable textfields for this 3 events. But after trying to do this - your code stop to send to branch "event_data" field with money(revenue). And all events come as not generating revenue. I double checked it in JSON you sending to branch. So fix is pretty easy, 1 hour takes. Send custom event names not to "name" branch JSON, but to the "customer_event_alias" key right near the "name" field. It is like Branch documentations asks OR Stay naming in JSON the same, but do not remove "event_data" field with data, if name of event changes from "Purchase" to another, like you doing now. It will be more convenient to separate events, but maybe you removed this, because branch maybe not collecting revenue from custom name events. But Branch have many standard commercial events, you can use not only "Purchase" standard event then for this 3 your events, or use way-to-fix above I will attach screenshots from your panel of sending event to Branch with "Purchase" event name, and other custom - you will see bug place. Waiting for this fix for last 2 months. I'll be happy to help you fix this, I think it will take 1-2 hours
0