Networking Analytics
Here are a bunch of Networking Analytic APIs, which will return all analytics information about Networking.
This will return the list of Networking Analytics data like connections, average connection per attendee, matches, meetings, connections made, members, session title, company, job title, match user title, and match user company.
Note
- User should login with Admin/ Super Admin Role or will need host-side Access.
- These APIs will help you know about all Networking Analytics information.
Steps | API Reference |
---|---|
Log-in as an Admin/Super-Admin https://www.accelevents.com/ | Log-in As an Admin/Super-Admin |
Fetch the Networking Analytics Data | Fetch the Networking Analytics Data |
Fetch the Networking Meet Up Session Activity | Fetch the Networking Meet Up Session Activity |
Download the Match User CSV | Download the Match User CSV |
1. Log-in as an Admin/Super-Admin
-
Users can use this API to login as an Admin/Super-Admin role from the host side.
-
After successful login, it returns data in JSON format which is useful for future requests.
- Here are sample success responses which API will return.
{
"access_token": "string",
"expires_in": "string",
"redirectUrl": "string",
"showExhibitorMenu": true,
"userId": 0,
"userRole": "string",
"whiteLabelURL": "string"
}
2. Fetch the Networking Analytics Data
-
On the host side, when we click on Analytics -> Networking it will get
the Networking Analytics details. -
This will get Networking Analytics data like connections, average connection per attendee,
matches, and meetings.
- Here are sample success responses which API will return.
{
"connections": 11,
"avgConnectionPerAttendee": 1.57,
"meetings": 3,
"matches": 11
}
3. Fetch the Networking Meet Up Session Activity
-
On the host side when we click on the Analytics -> Networking it will get
the Networking Meet-Up session activity details. -
This will get Networking Analytics data like connections made, title, matches, and members.
- Here are sample success responses which API will return.
[
{
"members": 7,
"matches": 11,
"sessionId": 25515,
"title": "Networking Session",
"connectionsMade": null
}
]
4. Download the Match User CSV
-
On the host side when we click on the Analytics -> Networking -> Meet Up -> Download Button
it will download the match user CSV. -
This will download Networking matches user data like session title, company, job title,
match user title, match user company, name, etc.
- Here are sample success responses which API will return.
"Session Title","Title","Company","Match User Title","Match User Company","Name","Match User Name","Match date/time"
"Networking Session","","","BVCX","GFD","Heta admin qwwee Shahwwwwww","Tammy N","11/22/2021 17:54:42"
"Networking Session","","Company","QA","Company","Akshat Shah","Ekta Speaker L1","11/22/2021 17:54:45"
"Networking Session","","","QA","Company","Prahalad Shekhawat","Ekta Speaker L1","11/22/2021 17:54:56"
"Networking Session","BVCX","GFD","","Company","Tammy N","Akshat Shah","11/22/2021 17:55:08"
Updated over 2 years ago