remove mixpanel + add more matomo tracking

This commit is contained in:
Albert Yi
2018-11-09 15:34:16 -08:00
parent e69cbe7f81
commit c8793457cb
6 changed files with 36 additions and 21 deletions

View File

@@ -124,7 +124,8 @@
<% content_for(:html_header) do %>
<script>
$(function() {
window.Danbooru.mixpanelEvent("View Account Upgrade");
window._paq = _paq || [];
window._paq.push(['trackEvent', 'viewAccountUpgrade']);
});
</script>
<% end %>