For an in-house application for some client we need to implement a background service that keeps track of websites visited with the browser and YouTube videos that are watched, and reports the data back to a web service. Is there a specific API that captures URLs and videos on the fly and reports to the web service, or does our application need to periodically read and parse the browsing history?
Thanks for the answers.