test event matomo

This commit is contained in:
2022-01-04 12:08:09 +02:00
parent 7867c04ad0
commit a0e1e38bae

View File

@@ -286,6 +286,7 @@
v-if="brand.btnTxt.includes('http')" v-if="brand.btnTxt.includes('http')"
target="_blank" target="_blank"
:href="brand.sourceUrl" :href="brand.sourceUrl"
onclick="_paq.push(['trackEvent', 'Button clicked', 'Click', 'Learn More']);"
class=" class="
inline-block inline-block
bg-white bg-white
@@ -307,6 +308,7 @@
<a <a
v-else v-else
:href="brand.sourceUrl" :href="brand.sourceUrl"
onclick="_paq.push(['trackEvent', 'Button clicked', 'Click', 'Learn More']);"
class=" class="
inline-block inline-block
bg-white bg-white