Skip to content
Snippets Groups Projects
Commit 78ab4e34 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1718 push correct url to google

parent 0f1c4d71
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ export class GoogleAnalyticsService {
router.events.subscribe(event => {
if (event instanceof NavigationEnd) {
ga('set', 'page', event.url);
ga('set', 'page', '/degree-planner');
ga('send', 'pageview');
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment