Authorization: Bearer ********************{
"events": [
{
"event_type": "page_view",
"event_category": "content",
"target_type": "string",
"target_id": "d3bcdc92-4191-401b-ad0c-42056c6efab9",
"target_data": {
"property1": "string",
"property2": "string"
},
"page_url": "string",
"referrer_url": "string",
"user_agent": "string",
"ip_address": "string",
"device_type": "mobile",
"platform": "ios",
"action_detail": {
"property1": "string",
"property2": "string"
},
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"sequence_number": 0,
"duration_ms": 0,
"performance_metrics": {
"property1": "string",
"property2": "string"
},
"country": "string",
"region": "string",
"city": "string",
"latitude": 0,
"longitude": 0
}
],
"session_data": {
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"device_type": "mobile",
"platform": "ios",
"browser": "string",
"screen_resolution": "string",
"timezone": "string",
"entry_page": "string",
"exit_page": "string",
"referrer": "string",
"utm_source": "string",
"utm_medium": "string",
"utm_campaign": "string"
}
}curl --location '/api/v1/behavior-tracking/track' \
--header 'Content-Type: application/json' \
--data '{
"events": [
{
"event_type": "page_view",
"event_category": "content",
"target_type": "string",
"target_id": "d3bcdc92-4191-401b-ad0c-42056c6efab9",
"target_data": {
"property1": "string",
"property2": "string"
},
"page_url": "string",
"referrer_url": "string",
"user_agent": "string",
"ip_address": "string",
"device_type": "mobile",
"platform": "ios",
"action_detail": {
"property1": "string",
"property2": "string"
},
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"sequence_number": 0,
"duration_ms": 0,
"performance_metrics": {
"property1": "string",
"property2": "string"
},
"country": "string",
"region": "string",
"city": "string",
"latitude": 0,
"longitude": 0
}
],
"session_data": {
"session_id": "1ffd059c-17ea-40a8-8aef-70fd0307db82",
"device_type": "mobile",
"platform": "ios",
"browser": "string",
"screen_resolution": "string",
"timezone": "string",
"entry_page": "string",
"exit_page": "string",
"referrer": "string",
"utm_source": "string",
"utm_medium": "string",
"utm_campaign": "string"
}
}'{
"code": 0,
"message": "success",
"data": {
"success": true,
"tracked_events": 0,
"message": "string",
"errors": [
"string"
]
}
}