Skip to content

Commit

Permalink
#22 wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert-Christopher committed Jul 27, 2018
1 parent 977500a commit 0fb7b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/analytics.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ function pageTypeToQliticsPageType(pageType) {
}

export function registerPageView(page, newPath) {
console.log('quintype node - testing');
global.qlitics('track', 'page-view', {"page-type": pageTypeToQliticsPageType(page.pageType)})
if(page.pageType == 'story-page') {
global.qlitics('track', 'story-view', {
Expand Down

0 comments on commit 0fb7b87

Please sign in to comment.