Skip to content
Snippets Groups Projects
Commit 735772e7 authored by Henrik Askjer's avatar Henrik Askjer
Browse files

debug plausible tracking

parent 7778c1da
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@ export default {
if (! this.inflect_reported) {
this.$plausible.trackEvent('open inflection', {props: {article: `/${this.dictionary}/${this.article_id}/${this.lemmas[0].lemma}`}})
}
console.log(`${this.dictionary}/${this.article_id}`)
this.$plausible.trackEvent('article interaction', {props: {article: `${this.dictionary}/${this.article_id}`}})
this.inflect_reported = true
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment