I want to segment users by custom parameters provided by me. What is the best way to do this? Should I add those parameters on every event or it's possible to send one event e.g 'gameStarted' at start of the game with my custom parameters and then to use JOIN clause to match it with any other event?
Ivan Ivanov
Hello,
I want to segment users by custom parameters provided by me. What is the best way to do this? Should I add those parameters on every event or it's possible to send one event e.g 'gameStarted' at start of the game with my custom parameters and then to use JOIN clause to match it with any other event?