analytics event fix

pull/103/head
Bálint Szekeres 2019-05-20 00:26:07 +02:00
parent 4ea57d49b3
commit bd88f9b87c
1 changed files with 1 additions and 1 deletions

View File

@ -1095,7 +1095,7 @@
j !== '$$hashKey' &&
!angular.equals(newValue.sites[i][j], oldValue.sites[i][j])
) {
gtag('event', j, {
gtag('event', i + '.' + j, {
event_category: 'data_changed',
event_label: newValue.sites[i][j],
});