2

I started implementing Analytics Measurement Protocol to my page and i didn't find a way to set "User defined value" within Audience -> Custom -> User Defined.

enter image description here

I did 2 custom dimensions which works well. I red that this user defined value comes from deprecated custom variables, but i didn't find a way to set it.

Any help will be appreciated.

bksi
  • 1,606
  • 1
  • 23
  • 45

1 Answers1

0

It was set in old ga.js API: https://developers.google.com/analytics/devguides/collection/gajs/methods/gaJSApiBasicConfiguration#_gat.GA_Tracker_._setVar
It seems it is removed now in new analytics.js API. Define custom dimension instead (and find reports under Audience->Custom->Custom Variables).

Vasiliy Zverev
  • 622
  • 5
  • 10