mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-09 16:02:09 +08:00
download_zip ga event
This commit is contained in:
@@ -214,6 +214,10 @@
|
||||
.then(function(content) {
|
||||
saveAs(content, 'nginxconfig.io-' + $scope.domain() + '.zip');
|
||||
});
|
||||
|
||||
gtag('event', $scope.domain(), {
|
||||
event_category: 'download_zip'
|
||||
});
|
||||
};
|
||||
|
||||
$scope.clipboardSuccess = function(key) {
|
||||
|
Reference in New Issue
Block a user