commit
This commit is contained in:
parent
6eeae3712e
commit
3077ad685c
1 changed files with 2 additions and 2 deletions
|
|
@ -60,10 +60,10 @@ router.afterEach((to, from) => {
|
||||||
store.updateLastPageVisited(to.name);
|
store.updateLastPageVisited(to.name);
|
||||||
|
|
||||||
// Push page view to GA
|
// Push page view to GA
|
||||||
//analyticsMixin.methods.pushPageViewToGA();
|
analyticsMixin.methods.pushPageViewToGA();
|
||||||
|
|
||||||
// Push experiments to Data Layer
|
// Push experiments to Data Layer
|
||||||
//analyticsMixin.methods.pushExperimentsToDataLayer();
|
analyticsMixin.methods.pushExperimentsToDataLayer();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Get route information by page name.
|
// Get route information by page name.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue