2

When i look at website data under "audience overview" page , I notice the System section which contains - browser , operating system and service provider.

how to set information for this using measurement protocol , any example or parameter reference for it.

Pawka
  • 2,526
  • 3
  • 25
  • 32
user476566
  • 1,319
  • 3
  • 26
  • 42

2 Answers2

0

It's sent in the user agent string. There's no public API to override it

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

You can specify User Agent Override parameters from the API in Measurement Protocol.

https://developers.google.com/analytics/devguides/collection/protocol/v1/parameters#ua

Be aware this is subject to change by Google. However, at this time User Agent string CAN be overridden using the public API.

Cory Trese
  • 1,148
  • 10
  • 23