{
"type": "cross_line",
"date": "2024-01-16",
"entry_count": 65,
"exit_count": 58,
"in_store": 7
}
{
"type": "cross_line",
"date": "2024-01-16",
"entry_count": 145,
"exit_count": 132,
"in_store": 13,
"timestamp": "2024-01-16T10:30:00Z",
"sensor_location": "main_entrance",
"confidence_level": 95.5,
"weather": "sunny"
}
{
"type": "member",
"date": "2024-01-16",
"entry_count": 18,
"exit_count": 15,
"in_store": 3
}
{
"type": "member",
"date": "2024-01-16",
"entry_count": 34,
"exit_count": 31,
"in_store": 3,
"timestamp": "2024-01-16T11:00:00Z",
"verified_members": 28,
"guest_members": 6,
"vip_members": 2
}
{
"type": "new_face",
"date": "2024-01-16",
"count": 34
}
{
"type": "new_face",
"date": "2024-01-16",
"count": 89,
"timestamp": "2024-01-16T12:00:00Z",
"age_estimated": {
"18-25": 23,
"26-35": 34,
"36-50": 22,
"50+": 10
},
"gender_estimated": {
"male": 45,
"female": 44
}
}
{
"type": "visitor",
"date": "2024-01-16",
"count": 125
}
{
"type": "visitor",
"date": "2024-01-16",
"count": 267,
"timestamp": "2024-01-16T13:00:00Z",
"new_visitors": 89,
"returning_visitors": 178,
"peak_hours": ["12:00", "14:00", "16:00"]
}
{
"type": "dwell_time",
"date": "2024-01-16",
"average_seconds": 420,
"total_sessions": 87
}
{
"type": "dwell_time",
"date": "2024-01-16",
"average_seconds": 485,
"total_sessions": 198,
"timestamp": "2024-01-16T14:00:00Z",
"distribution": {
"quick_visit_0_5min": 45,
"short_visit_5_15min": 78,
"medium_visit_15_30min": 52,
"long_visit_30_60min": 18,
"extended_visit_60min_plus": 5
}
}
{
"type": "passerby_conversion",
"date": "2024-01-16",
"passerby_count": 245,
"converted_count": 87
}
{
"type": "passerby_conversion",
"date": "2024-01-16",
"passerby_count": 456,
"converted_count": 145,
"timestamp": "2024-01-16T15:00:00Z",
"window_shoppers": 311,
"conversion_rate": 31.8,
"peak_conversion_hours": ["11:00", "14:00", "16:00"]
}
{
"type": "actual_conversion",
"date": "2024-01-16",
"total_visitors": 125,
"converted_visitors": 28
}
{
"type": "actual_conversion",
"date": "2024-01-16",
"total_visitors": 267,
"converted_visitors": 67,
"timestamp": "2024-01-16T16:00:00Z",
"purchase_made": 52,
"membership_signup": 8,
"service_inquiry": 7,
"total_revenue": 4446.00
}
{
"type": "group_characteristic",
"date": "2024-01-16",
"new_visitors": 34,
"return_visitors": 91
}
{
"type": "group_characteristic",
"date": "2024-01-16",
"new_visitors": 89,
"return_visitors": 178,
"timestamp": "2024-01-16T17:00:00Z",
"frequent_visitors": 25,
"occasional_visitors": 66,
"average_visits_per_customer": 3.2
}
{
"type": "gender_distribution",
"date": "2024-01-16",
"male_count": 62,
"female_count": 63
}
{
"type": "gender_distribution",
"date": "2024-01-16",
"male_count": 134,
"female_count": 133,
"timestamp": "2024-01-16T18:00:00Z",
"male_percentage": 50.2,
"female_percentage": 49.8,
"male_avg_visit_duration": 425,
"female_avg_visit_duration": 520
}
{
"type": "age_distribution",
"date": "2024-01-16",
"age_groups": {
"0-17": 8,
"18-24": 25,
"25-34": 42,
"35-44": 32,
"45-54": 15,
"55+": 3
}
}
{
"type": "age_distribution",
"date": "2024-01-16",
"age_groups": {
"0-17": 23,
"18-24": 59,
"25-34": 81,
"35-44": 68,
"45-54": 40,
"55+": 19
},
"timestamp": "2024-01-16T19:00:00Z",
"total_count": 290,
"dominant_age_group": "25-34"
}
Copy semua JSON di bawah ini satu per satu untuk testing lengkap semua fitur Traffic Detail:
Buka /statistics/add
Pilih Model: LOCATION
COPY & PASTE JSON
LIHAT DI TRAFFIC DETAIL
{"type":"cross_line","date":"2024-01-16","entry_count":145,"exit_count":132,"in_store":13}
{"type":"member","date":"2024-01-16","entry_count":34,"exit_count":31,"in_store":3}
{"type":"new_face","date":"2024-01-16","count":89}
{"type":"visitor","date":"2024-01-16","count":267}
{"type":"dwell_time","date":"2024-01-16","average_seconds":485,"total_sessions":198}
{"type":"passerby_conversion","date":"2024-01-16","passerby_count":456,"converted_count":145}
{"type":"actual_conversion","date":"2024-01-16","total_visitors":267,"converted_visitors":67}
{"type":"group_characteristic","date":"2024-01-16","new_visitors":89,"return_visitors":178}
{"type":"gender_distribution","date":"2024-01-16","male_count":134,"female_count":133}
{"type":"age_distribution","date":"2024-01-16","age_groups":{"0-17":23,"18-24":59,"25-34":81,"35-44":68,"45-54":40,"55+":19}}