removed unneeded 'show' analytics
This commit is contained in:
parent
50669d8e40
commit
d1a219ef03
3 changed files with 6 additions and 25 deletions
controllers
|
@ -38,13 +38,6 @@ module.exports = {
|
|||
}
|
||||
});
|
||||
break;
|
||||
case 'show':
|
||||
visitor.pageview(originalUrl, 'https://spee.ch', 'show route', (err) => {
|
||||
if (err) {
|
||||
logger.error('Google Analytics Pageview Error >>', err);
|
||||
}
|
||||
});
|
||||
break;
|
||||
case 'publish':
|
||||
visitor.event('publish', originalUrl, (err) => {
|
||||
if (err) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue