Hi. I’m using the Pirsch Analytics WordPress plugin for server-side integration. I would like to track events via HTML attributes.
Is pirsch-extended.js
required in this case?
Hi. I’m using the Pirsch Analytics WordPress plugin for server-side integration. I would like to track events via HTML attributes.
Is pirsch-extended.js
required in this case?
After testing it appears that the answer is yes: pirsch-extended.js
is required for event tracking even if using the WordPress plugin.
Also, if both the plugin and pirsch-extended.js
are being used it seems to not double count the page view which is good.
Since I’ll need to use pirsch-extended.js
the WordPress plugin seems redundant (although I did prefer the server side implementation).
Hey Lou,
If you’re using the WP plugin in combination with pirsch-extended.js
, you should disable page view tracking for the script by adding data-disable-page-views
to the snippet.
Otherwise, using the plugin in combination with the script should work just fine
Thank you, @Marvin for the info.