Get insights on unique, repeat, and total visitors to the content you share & post online.
Find out the top countries, regions, and cities that engage with your shared content.
Learn which devices, browsers, and platforms are most readily used to access your content.
Get Email engagement insights by placing an invisible tracker into the body of any Email that you send.
Measure Web Post engagement by placing an invisible tracker into any internet post that accepts HTML images.
Measure click engagement of your Links by converting them into trackable Links that you embed and share.
Measure engagement of your links by converting them into trackable QR Codes that you embed and share.
Convert your Images into trackable Images and post them anywhere on the internet that accepts HTML images.
Convert your PDFs into trackable PDFs for controlled sharing and to uncover detailed engagement stats.
$ curl "https://api.beakit.com/v1.0/analytics/viewcount?tracker_id=1a2b3c4d&from=2021-05-02&to=2021-05-04&key=demo"
{
"result": "success",
"tracker_id": 1a2b3c4d,
"overall": {
"view_count_total": 39,
"view_count_total_daily": 13,
"view_count_unique": 4,
"view_count_unique_daily": 1.5,
"view_count_repeat": 10,
"view_count_repeat_daily": 3.5,
"days_since_created": 23,
"view_day_count": 2,
"view_last_date": "2021-05-03"
},
"series": {
"date_range_from": "2021-05-19",
"date_range_to": "2021-05-25",
"total_entries": 3,
"total_entries_with_view_count": 3,
"dates": [
"2021-05-02",
"2021-05-03",
"2021-05-04"
],
"total_count": [
30,
8,
1
],
"unique_count": [
2,
1,
1
],
"repeat_count": [
6,
4,
0
]
},
"plan_limit_exceeded": 0
}