For every button/video/form an tracking script can be implemented to get more insights in the behaviour of the visitors to be able to optimize the website according to this behaviour.
How to set this up:
Some of the buttons are coded in WordPress others are in the hardcode of the website. When you’re not able to add the code in WordPress it can only be done in the hardcode. However, to be able to track all relevant actions in Matomo both ways should be implemented in a similar manner. In Wordpress:If you want to know how often the button ‘’Sluit je aan’’ on the ‘’Doe mee’’ page is clicked. You add the event using the following script. For the homepage the URL-part would be /.
Example: The javascript on wordpress without a tag would look like:
<a class="btn btn-lg btn-blue" href="/join" >Sluit je aan</a>
And with the code:
<a class="btn btn-lg btn-blue" href="/join" onclick="_paq.push(['trackEvent', 'Button', 'Clicked', '/doe-mee/ - Sluit je aan']);">Sluit je aan</a>
More info can be found here: https://matomo.org/docs/event-tracking/In the Hardcode:
Will be added later.I | Attachment | Action | Size | Date | Who | Comment |
---|---|---|---|---|---|---|
![]() |
5bb2c37c866f1d64024c92f2c48f7fd2.png | manage | 13 K | 14 Mar 2021 - 13:51 | FleurXR | Auto-attached by ImagePlugin |