mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Track event on Signin/Signup Modal View
Event Category: SignIn/Signup Event Action: Modal View Event Name: the current url
This commit is contained in:
@@ -41,4 +41,7 @@
|
||||
tabindex: "3",
|
||||
type: "submit",
|
||||
value: "{{'label_login' | t}}"}
|
||||
|
||||
:javascript
|
||||
if (window._paq) {
|
||||
window._paq.push(['trackEvent', 'Signin/Signup', 'Login Modal View', window.location.href]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user