I think I saw before below Event Category
, Event Action
and Event Label
, there was Event Value
. Now there is no. Can this be the case?
My events have category, action, label and value that is integer.
No. The event value is an integer. Generally when you can do mathematical operations on a data field (event values add up) it is a metric rather than a dimension. If you try to send a string as event value you'll see an error in the GA debugger and most likely your event tracking will fail.
Event value is in fact supposed to be a currency (which does not quite work out, since it does not accept decimal numbers). The idea is to express the value of events that are not transactions as monetary value.
You could store a (stringified) version of the event value in a custom dimension. It would not by default appear in standard reports, you'd have to select it as secondary dimension or use is as a custom report. Also the values would no longer be added up.