Select the analytics option in Plugin settings. Then make sure you have Google Analytics tracking code that tracks events setup on your website.
https://support.google.com/analytics/answer/1136960?hl=en
As mentioned above, i have GA there. other plugins track events just fine!
See an example page here http://www.zadikim.net/?p=7009&
The event does not fire by Print but does by using the AddToAny share buttons
-
This reply was modified 9 years, 1 month ago by
zadikim.
I may have found a lead to the issue…
I tried installing Google Analytics Dashboard for WP By Alin Marcu
In the settings if I select Classic Analytics instead of Universal Analytics the print events do fire.
Apparently the plugin has to be updated to properly track with the new universal analytics
Thanks @zadikim. We’ll get this in the next update.
Thanks!! Looking forward for the fix ASAP!
Unfortunately we are not able to reproduce the issue on a clean system with two plugins installed: “Print, PDF & Email by PrintFriendly” and “Google Analytics Dashboard for WP (GADWP)”.
@zadikim http://www.zadikim.net/?p=7009& currently use GA Classic, could you switch it to Universal GA, so we can debug it?
@zadikim http://www.zadikim.net/?p=7009& still using GA Classic, at the end of page you have this code:
<script type=”text/javascript”>
var gaJsHost = ((“https:” == document.location.protocol) ? “https://ssl.” : “http://www.”);
document.write(unescape(“%3Cscript src='” + gaJsHost + “google-analytics.com/ga.js’ type=’text/javascript’%3E%3C/script%3E”));
</script>
which loads GA Classic. You need to use only Universal GA, not both Universal and Classic.