-1

Is is possible to leverage Google analytics code to get browser and devices data. Want to add this data to anonymous feedback widget.

We already use classic GA tracking so thought it might be an option to reuse whatever method they use for recording browser, os, device etc that's available in GA reports.

Gerard
  • 75
  • 1
  • 8

1 Answers1

0

Basically every browser is a code that is scraping data from a website. If it can, you can too.

https://developers.google.com/analytics/devguides/reporting/

Scraping Real Time Visitors from Google Analytics

I recommend you use Google Analytics APIs for this purpose.

These are a few links that can help you.

Community
  • 1
  • 1
MegaMind
  • 653
  • 6
  • 31