Skip to content

Commit c781632

Browse files
author
Szekeres Bálint
committed
download_zip ga event
1 parent 3285679 commit c781632

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

public/assets/js/app.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,10 @@
214214
.then(function(content) {
215215
saveAs(content, 'nginxconfig.io-' + $scope.domain() + '.zip');
216216
});
217+
218+
gtag('event', $scope.domain(), {
219+
event_category: 'download_zip'
220+
});
217221
};
218222

219223
$scope.clipboardSuccess = function(key) {

0 commit comments

Comments
 (0)