Visitors
List all visitors data
Permission: superadmin
Parameter
page_no optional
Number
The requested page number.
Default value: 1
Success 200
visitor_id
Number
The id of the visitor.
name
String
The name of the visitor.
String
The email address of the visitor.
phone
String
The phone number of the visitor.
first_visit_time
Number
The time when the visitor visited the site for the first time in epoch time in millisecond.
ip_address
String
The ip address of the visitor.
platform
String
The platform of the visitor.
browser
String
The name of the browser through which the visitor requested the chat.
browser_version
String
The version of the browser.
country
String
The country of the visitor.
region
String
The region of the visitor.
latitude
String
The latitude of the visitor's location.
longitude
String
The longitude of the visitor's location.
isp
String
The name of the internet service provider of the visitor.
city
String
The city of the visitor.
referrer_link
String
The referrer address from which the visitor came into your website.
Error 4xx
Unauthorized
Provided credentials are not valid
Forbidden
Not permitted
InvalidPageNumber
Invalid Page Number (if the input is not any positive number value, such as, -2 ).
Get a single visitor details
Parameter
id
Number
The id of the visitor.
Success 200
visitor_id
Number
The id of the visitor.
first_visit_time
Number
The time when the visitor visited the site for the first time in epoch time in millisecond.
visitor_records
Object
All the distinct visitor records covering all sessions.
country
String
Country of the visitor.
total_views
Number
The total number of page views.
total_visits
Number
The total number of page visits.
total_chats
Number
The total number of chats between this visitor and the agents.
total_chat_duration
Number
The total chat duration in millisecond.
last_chat_start_time
Number
The time when the last chat started with this visitor in epoch time in millisecond.
Error 4xx
VisitorNotFound
The id of the visitor was not found.
Forbidden
Not Permitted
InvalidVisitorID
Invalid Visitor id (if the input is not Valid number value, such as, -14 ).
Any questions? Please email us at support@revechat.com
Last updated