get https://api.accelevents.com/rest/host/event//expo/user//analytics
- API used at host side event admin, super admin, and organizer admin can access this API.
This API will return the attendee exhibitor data like average lead rating, product view, meeting booked, how many documents were downloaded, exhibitor booth view, etc. - We need to pass an authorization token here, which is generated after
successful login into the account.
- Here is the description of response attributes, which returns to the form of JSON.
Attributes | Description |
---|---|
Exhibitor Booth Viewed | It will return the count of how many users visited the booth |
Average View Per Exhibitor | This field returns the average view per exhibitor |
Exhibitors Engaged By Chat | This field returns numbers of exhibitors engaged by chat |
Documents Downloaded | It will return a count of how many documents were downloaded |
Meeting Booked | It will return the count of how many meetings are booked |
Average Lead Rating | It is an average rating for users like Hot: high interest in the product Warm: medium interest in the product cold: low interest in the product |
Product Views | It will return the count of how many times users go through the product view page |
- Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
200 | OK |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
4030201 | Not Event Host |
4040100 | User Not Found |