diff --git a/src/app/Analytics.ts b/src/app/Analytics.ts index 311f4bf3..11487d66 100644 --- a/src/app/Analytics.ts +++ b/src/app/Analytics.ts @@ -170,6 +170,7 @@ export namespace Analytics { } export function copyOutput(file_type: string, method: Method) { + event(ID_GENERATOR, 'copy') gtag('event', 'copy_generator_output', { file_type, method, @@ -177,6 +178,7 @@ export namespace Analytics { } export function downloadOutput(file_type: string, method: Method) { + event(ID_GENERATOR, 'download') gtag('event', 'download_generator_output', { file_type, method,