Skip to content

Commit c501bbb

Browse files
authored
Merge branch 'master' into patch-1
2 parents 5432bac + 67d5f4f commit c501bbb

File tree

5 files changed

+552
-2
lines changed

5 files changed

+552
-2
lines changed

_templates/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
eventAction: 'click',
6868
eventLabel: $(this).attr("data-response")
6969
});
70+
gtag('event', $(this).attr("data-response"), {
71+
'event_category': 'Was this Helpful?',
72+
'event_label': $("h1").first().text()
73+
});
7074
});
7175

7276
if (location.pathname == "/") {

0 commit comments

Comments
 (0)