Skip to main content
Solved

RevenueCat to Adjust when using Segment wrapper

  • 6 April 2022
  • 1 reply
  • 68 views

Hello,

We implemented Adjust using the Segment Wrapper (not the Adjust SDK), and when we connect RevenueCat to Adjust no events fire. This is because we are not setting the $AdjustID in the app. Is there a way to set this without using the Adjust SDK? Can we send it from segment to Revenuecat?

 

Any help is sincerely appreciated.

1 reply

Userlevel 5
Badge +9

We have a REST API you can use to set the Adjust ID subscriber attribute if you're trying to do this server-side, note that you'd need to make sure this is set before any purchases occur: https://docs.revenuecat.com/reference/update-subscriber-attributes
 
As far as capturing the Adjust ID, I'm not sure of any other way besides the Adjust SDK. I know that it's generated when the Adjust SDK is configured and they create a new user in their system.

Reply