mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-09-20 18:59:17 +08:00
analytics event fix
This commit is contained in:
@@ -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],
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user