GA Update

This commit is contained in:
ciaochaos 2020-06-17 01:40:20 +08:00
parent 8a1a1119a8
commit 5772f5db35
1 changed files with 4 additions and 4 deletions

View File

@ -42,14 +42,14 @@ export function handleLink(link) {
export function handleUpload() { export function handleUpload() {
ReactGA.event({ ReactGA.event({
category: 'Upload', category: 'URL',
action: 'Click', action: 'Upload',
}); });
} }
export function handleInputUrl() { export function handleInputUrl() {
ReactGA.event({ ReactGA.event({
category: 'Input', category: 'URL',
action: 'Focus', action: 'Input',
}); });
} }