Attendee Expo Analytics

This API is used to get details of expo analytics for the specific attendee.

Get Attendee Expo Analytics

This API provides expo analytic of the specific attendee.
In response, it includes average lead rating, documents downloaded, exhibitor booth viewed, exhibitors engaged by chat, meeting booked, product views.

Here is a sample of the success response.

{
  "exhibitorBoothViewed": 7,
  "averageViewPerExhibitor": 1,
  "exhibitorsEngagedByChat": 2,
  "documentsDownloaded": 1,
  "meetingBooked": 1,
  "averageLeadRating": "Warm",
  "productViews": 0
}