[SOLVED] Track static html

Hello,

Is it possible tracking, if a Form displays an html error text?

So i can see if the (Form)page, how many % error are displays.

Hi,

I find it.

I’m adding this to the html div or other html element:
<div class=“result-error” data-track-content data-content-name=“ERROR”>
Your Error Text!

And add this in the tracking script:
_paq.push(['trackVisibleContentImpressions']);

See the tracked content in Piwik:
Piwik -> Actions -> Content sources