Anflex GA for WordPress plugin works easily with most of WordPress installation in very simple manner. However there are some cases where plugin won’t work as designed. Here are some hints when there is any problem with plugin activation.
wp_footer() Tag Required In Template
Just like any other plugins, Anflex GA 1.0 uses wordpress action hooks. Anflex inserts Google Analytics tracking code when wp_footer(); tag is called. wp_footer(); tag usually exists right before </body>, most likely in footer.php template file.
Link Tracking Requires jQuery
Link Tracking (External and Download) uses jQuery selector. So this feature requires jQuery loaded on the page.
Check If Plugin Is Enabled
Don’t trust auto-update too much–sometimes plugin is not activated after plugin auto update. Always check plugin status after auto update. This is too basic I know, but basic is what really is important!
You should check if plugin is activated not only when updating Anflex GA, but also when auto-updating other plugins.