Solved

Stripe events to Adjust

  • 25 November 2021
  • 4 replies
  • 71 views

Badge +6

Hello,

I don’t seem to be able to configure Stripe events (done in a web app) to be sent to Adjust.

 

The event seems to be sent to Segment/Amplitude/Webhook but not Adjust.

Also there is no cancel event (I cancelled the subscription right away)

 

Thank you.

 

icon

Best answer by tina 13 December 2021, 23:06

View original

4 replies

Userlevel 5
Badge +10

Hey @Dan Tamas 

If you pull up an example RevenueCat customer that has a Stripe transaction, does the customer have the required subscriber attributes to dispatch the event? Docs for reference: https://docs.revenuecat.com/docs/adjust#2-send-device-data-to-revenuecat If you expand the webhook event for a particular event, you’ll notice what subscriber attributes RevenueCat had recorded at the time of the event. 

Badge +6

Hi @tina sorry for the late reply. We are using stripe on web for now (create account and pay), and once they buy they can download the app and login.

Do we have to do anything in the app as well for this? OR how an we send this data from web?

Thank you.

Userlevel 5
Badge +10

Hi @Dan Tamas 

RevenueCat has an endpoint that you can use to send over the $adjustId subscriber attribute. However, I’m not too sure how you’ll retrieve the unique Adjust identifier for the customer if they have not opened the app yet. I tried looking around Adjust’s documentation and wasn’t able to find anything relating to this. 

An option here would be to have customers download the app first, create an account, then log into the web portal to purchase the product. 

Badge +6

Hi @tina 

Thank you so much for the reply.

Adjust has a web sdk, and you can get the adid parameter in the attributionCallback - https://github.com/adjust/web_sdk#optional-params

I will try to do this and let you know if it works

🤗

 

 

Reply