Expand my Community achievements bar.

Announcement: Adobe Analytics Mentorship Program 2023! Join now to prepare to get an Adobe Analytics certification with an expert mentor!

navigator.sendBeacon

Avatar

Level 2

24-08-2017

Will Adobe Analytics ever use navigator.sendBeacon() to help send tracking calls before page unload more consistently?

For browsers that support it, of course

Navigator.sendBeacon() - Web APIs | MDN

11 Comments

Avatar

Employee

08-10-2019

charism51522941​ It is possible to use sendBeacon for any call just set s.useBeacon=true. It will then make the next request a sendBeacon request.

ExitLinks will be automatically use sendBeacon without any configuration.