Setting up Event Source
Creating Event Source
// Sample event payload
{
"user_id": "123456789",
"timestamp": "2024-09-24T14:35:20Z",
"event_metadata": {
"event_name": "user_signup",
"event_properties": {
"signup_method": "email",
"referral_code": "REF12345",
"source": "social_media_ad"
}
},
"user_properties": {
"user_id": "123456789",
"first_name": "John",
"last_name": "Doe",
"email": "[email protected]",
"phone_number": "+1234567890",
"age": 28,
"gender": "male",
"location": {
"city": "New York",
"country": "USA"
},
"subscription_type": "free_trial"
},
"device_properties": {
"device_id": "abcdef123456",
"device_type": "iPhone",
"os_version": "iOS 17.0",
"app_version": "2.3.1",
"language": "en-US",
"timezone": "America/New_York"
}
}Connect Event Source with Sortment
Validation
Validation Errors
Last updated
Was this helpful?