Get Analytics
Use Popl APIs to get view and tap analytics for all digital business cards across a team within a certain time period.
Making Requests
GET https://api.popl.co/api/pub/analytics/getAnalyticsUnderstanding the Response
[
{
"memberId": "4822",
"name": "Jason Alco",
"email": "[email protected]",
"subteam": "",
"createdAt": "2023-03-09 01:56:20",
"viewType": "qr_code",
"activeProfile": "Main Card",
"linkTitle": "",
"type": "VIEW",
"bio": "The mission at Popl is simple: Help professionals network better, using time-saving and lead collection technology",
"deviceName": ""
},
{
"memberId": "4822",
"name": "Jason Alvarez-Cohen",
"email": "[email protected]",
"subteam": "",
"createdAt": "2023-03-09 01:53:26",
"viewType": "",
"activeProfile": "LinkedIn Direct",
"linkTitle": "Calendly",
"type": "TAP",
"bio": "The mission at Popl is simple: \nHelp professionals network better using lead-generating and time-saving technology",
"deviceName": ""
}
]Last updated