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