analytics event fix
parent
4ea57d49b3
commit
bd88f9b87c
|
@ -1095,7 +1095,7 @@
|
||||||
j !== '$$hashKey' &&
|
j !== '$$hashKey' &&
|
||||||
!angular.equals(newValue.sites[i][j], oldValue.sites[i][j])
|
!angular.equals(newValue.sites[i][j], oldValue.sites[i][j])
|
||||||
) {
|
) {
|
||||||
gtag('event', j, {
|
gtag('event', i + '.' + j, {
|
||||||
event_category: 'data_changed',
|
event_category: 'data_changed',
|
||||||
event_label: newValue.sites[i][j],
|
event_label: newValue.sites[i][j],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue