0

I've been sniffing through my Apache log files and noticed hits which mention

FlipboardProxy/1.1; +http://flipboard.com/browserproxy

Is there a way to track/ID these users via Google Analytics so that I can understand what percentage of my visits are via Flipboard?

antr
  • 867
  • 1
  • 9
  • 19

3 Answers3

1

From what i read on flipboard:

Flipboard uses a proxy service to fetch, validate, and prepare certain elements of websites for presentation through the Flipboard Application.

Retrieving parts of your website to present it in flipboar, they are not actually real visits to your site.

But if you still want to track those requests in analytics then you would need to write a php that sniffs user agent and trigger a gif request to analytics.

0

IF they're not showing up in the Browser & OS Report; they're probably not running javascript and/or block GA.

TomFuertes
  • 7,150
  • 5
  • 35
  • 49
0

Something along those lines might end up here. Right now it shows data at a snapshot only though.

http://ripl.io/flipboard-analytics/

Community
  • 1
  • 1