Hi,
I am trying to send a custom event, where price and module is a variable. I defined the price variable in the PIWIK backend under “Variables”.
Now when I send the event I tried:
<script>
_paq.push(['trackEvent', 'Software-Kauf', 'QualityCircle 360°Suite' {{Modul}}, {{Preis}}]);
</script>
It doesn’t seem to collect anything in debugger. Trigger is set and works in GTM (same setup there), so I would exclude the trigger being at fault. Most likely I have addressed the variables in a wrong way, although the setup window suggests to use curly brackets for those.
Thanks in advance for any help.
//Edit: This is how the variable looks like