react-ga / react-ga

React Google Analytics Module
Other
5.13k stars 449 forks source link

Value sent with a event is not being shown in Realtime and in Reports #425

Open ranjith-s opened 4 years ago

ranjith-s commented 4 years ago
ReactGA.event({
          category: "Upload File",
          action: "Upload Time",
          value: uploadTime,
          label: "filename",
});

I am trying to send an event with a value. But It is not being shown in the Reports. And Therein reports, it shows the event but event value as 0 and the average value 0. Also, In Realtime Stats only label is shown no value field.

Orinameh commented 4 years ago

Hi, have you been able to resolve this? I am having this issue as well. The debug console shows that the values a re being set but when I check, I don't seem to find anything

ranjith-s commented 4 years ago

Hi, have you been able to resolve this? I am having this issue as well. The debug console shows that the values a re being set but when I check, I don't seem to find anything

It's because of the Google Analytics delay in updating the reports. So wait for some 48hrs, events will get displayed in reports with values. In Realtime reports values will not be displayed.

Orinameh commented 4 years ago

ok