Get attendee exhibitor 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.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
  • Here is the description of response attributes, which returns to the form of JSON.
AttributesDescription
Exhibitor Booth ViewedIt will return the count of how many users visited the booth
Average View Per ExhibitorThis field returns the average view per exhibitor
Exhibitors Engaged By ChatThis field returns numbers of exhibitors engaged by chat
Documents DownloadedIt will return a count of how many documents were downloaded
Meeting BookedIt will return the count of how many meetings are booked
Average Lead RatingIt 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 ViewsIt 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 CodeError Description
200OK
401You are not authorized to view the resource.
403Accessing the resource you were trying to reach is forbidden.
404The resource you were trying to reach is not found.
4030201Not Event Host
4040100User Not Found
Path Params
string
required

Unique user id for getting user details

string
required

Event url is unique identifier for your event. E.g https://www.accelevents.com/events/demo. Here demo is the event url.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain