=== TMA-WebTools === Contributors: thmarx Tags: analytics, tracking, product targeting, behaviour targets, woocommerce Requires at least: 4.4.1 Tested up to: 4.4.1 Stable tag: 0.3.0 License: GPLv3 or later TMA-WebTools is a integration for http://thorstenmarx.com/projects/webtools == Description == This plugin is an integration for webTools a opensource web analytics platform. Major features of WebTools: * Tracking of user events * Scoring for user behaviour * User segmentation * Content targeting via shortcodes == Installation == This section describes how to install the plugin and get it working. You need to install webTools from http://thorstenmarx.com/projects/webtools 1. Upload the plugin files to the `/wp-content/plugins/plugin-name` directory, or install the plugin through the WordPress plugins screen directly. 2. Activate the plugin through the 'Plugins' screen in WordPress 3. Use the "TMA WebTools->Settings" menu to configure the plugin == Usage == After installing the plugin, you have access to the tma_content shortcode to target content in posts and pages for specific user segments. [tma_content segments='clothing']this content is relevant for users of the segment "clothing"[/tma_content] More help about using the shortcode, see the TMA-WebTools menu in your wordpress installation. == Frequently Asked Questions == = Can I use the plugin without WebTools? = No, the plugin integrates WebTools into WordPress. It is not possible to use it without WebTools. = Is WebTools free? = Yes, it is. As this plugin, WebTools is licensed under the GPLv3 or later = Is this addon compatible with other WordPress cache addons liek WP Super Cache? = Yes and no, the problem with most cache plugins is, they produce static html content. Maybe you can try http://www.xoogu.com/dynamic-shortcodes-plugin-for-wp-super-cache/ to prevent the tma_content shortcode from being cached. Another possible solution is to disable caching for pages where the shortcodes are used. == Changelog == = 0.3.0 = * Fix minor issue with unhandeld NULL value * add translation = 0.2.0 = * ShortCodes for content targeting by user segments = 0.1.0 = * Disable/Enable tracking and scoring. == Upgrade Notice == Nothing special.