|
|
|
|
|
by soumyadeb
2283 days ago
|
|
That's right. You would have to specify at a per-event level (by specifying a flat to Rudder JSON) where to forward that event. We have something called Transformations (user defined functions) by which you can modify the event structure from the Rudder BE. You write the transformation function (currently javascript) on our UI and that gets executed in the backend on your event stream. Using the transformation, you can also control where the event goes to. This is helpful when say you want to change the destination without pushing an update to mobile app |
|