Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2751bf3 commit ded4e8dCopy full SHA for ded4e8d
1 file changed
_templates/layout.html
@@ -51,6 +51,11 @@
51
eventAction: 'click',
52
eventLabel: $(this).attr("data-response")
53
});
54
+ gtag('event', 'click', {
55
+ 'event_category': $(this).attr("data-response"),
56
+ 'event_label': $("h1").first().text(),
57
+ 'tutorial_link': window.location.href
58
+ });
59
60
61
$("[data-behavior='was-this-helpful-event']").on('click', function(){
0 commit comments