Skip to content

Commit

Permalink
Merge branch 'master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
brianjo authored Feb 13, 2020
2 parents f54174f + 67d5f4f commit 261d093
Show file tree
Hide file tree
Showing 6 changed files with 553 additions and 3 deletions.
4 changes: 4 additions & 0 deletions _templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@
eventAction: 'click',
eventLabel: $(this).attr("data-response")
});
gtag('event', $(this).attr("data-response"), {
'event_category': 'Was this Helpful?',
'event_label': $("h1").first().text()
});
});

if (location.pathname == "/") {
Expand Down
Loading

0 comments on commit 261d093

Please sign in to comment.