Skip to content
Snippets Groups Projects
Commit 5ff35999 authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu Committed by Joe Van Boxtel
Browse files

GA fix for custom dimension

parent 5c0f79c4
No related branches found
No related tags found
No related merge requests found
...@@ -22,7 +22,7 @@ export class GoogleAnalyticsService { ...@@ -22,7 +22,7 @@ export class GoogleAnalyticsService {
: 'None'; : 'None';
if (event instanceof NavigationEnd) { if (event instanceof NavigationEnd) {
ga('set', 'careerAndLevel', careerAndAcademicLevel); ga('set', 'dimension1', careerAndAcademicLevel);
ga('send', 'pageview', '/degree-planner'); ga('send', 'pageview', '/degree-planner');
} }
}); });
......
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