Get All Exhibitor Analytics Data

  • API used at host side event admin, super admin, and organizer admin can access this API.
  • This API will return all exhibitor data like exhibitor name, chat message count, click count
    average lead rating, document downloaded, meeting booked 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…
AttributeDescription
Average Leads Per ExhibitorIt is the average count of lead per exhibitor
Exhibitor NameExhibitor's Name
Average Lead RatingIt is an average rating for the leads like
  • *Hot**: high interest in the product
  • *Warm**: medium interest in the product
  • *cold**: low interest in the product
Click Countit will return a count of how many, attendees click on the Request more information button. this will give more information about the product
Document DownloadIt will return a count of how many attendees downloaded the documents
Leadsit will return the count of lead of the exhibitor.
  • *Leads**: it is like a customer who is interested in the product
Idit will return the unique id of the exhibitor
Meeting BookedIt will return the count of how many meetings are booked by the exhibitor
Product ViewsIt will return the count of how many attendees go through the product view page
Unique Document DownloadIt will return a count of how many unique attendees downloaded the documents.
unique means if attendees have only one email address (not a duplicate account with the same email )
Views By Unique Users CountIt will return the count of how many unique attendees go through the expo page.
unique means if attendees have only one email address (not a duplicate account with the same email )
Number Of ExhibitorsIt will return a count of the total exhibitors of events
Total Leads CollectedIt will return a count of the total leads of the event
Total Meetings BookedIt will return a count of how many meetings are booked for the event
Chat Message CountIt will return the count of how many, attendees
are chatting in the expo
Page viewsIt will return the count of how many attendees go through the expo page.
  • Here are the possible error messages that return if any condition fails or required data is missing for processing.
Error CodeDescription
200Ok
400The request could not be understood by the server due to malformed syntax.
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
Path Params
string
required

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

Query Params
string

String for searching to get specific result data

int32

Pages are zero indexed, thus providing 0 for page will return the first page

int32

Size will returns number of records, by default it will returns 10 records.

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