=== Instant Conversion Analytics === Contributors: riseofweb Donate link: https://riseofweb.com Tags: Conversion, User Tracking, User Journey, Referral Source, Lead Source, Email Marketing, Contact Form, Analytics, Marketing, Form Submission, Contact Form 7, WooCommerce Requires at least: 5.7 Tested up to: 5.8 Stable tag: 1.0.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html == Description == Want to know where your email leads are coming from? This simple plugin can add analytic data to any WordPress website contact form submission and WooCommerce emails. Stop guessing where your leads and conversions are coming from and start knowing instantly in your email notifications. No longer do you have to stumble through your analytics software (e.g. Google Analytics) to try and guess where a conversion came from. This plugin will save you time and let you focus on your customers and generating new conversions. This plugin is designed to be complementary to your analytics software (e.g. Google Analytics) and not a stand-alone analytics solution. This plugin provides instant analytics for fast insights on user behavior and how your marketing efforts are turning into conversions. = Plugin Features = **Analytic Data Shown:** * Referral Source * Lead Source (e.g. Google Ads, Microsoft Ads, Facebook, utm_source, etc) * User Journey (showing all pages the user has visited on your website) * User's Time on Site * User's Device (mobile, desktop, laptop/tablet) * User's IP Address * User-Agent Information (browser and operating system information) **Further Options and Hints** * Multiple options on JavaScript implementation * Hints and tips about GDPR and CCPA compliance = Plugin Compatibility = This plugin works as an add-on currently with the following plugins: * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/) (Version 4.5 and above) - Integration through either a mail-tag or the option to append all 1st "Message body" emails. * [WooCommerce](https://wordpress.org/plugins/woocommerce/) (Version 3.0.4 and above) - Integration through the option to append all new order emails. * Looking for integration with a different plugin? Please [contact me](https://www.riseofweb.com/#contact). = PHP Compatiblity = Tested in different PHP versions * PHP Version 8.0.8 - Works (plugin version 1.0.0) * PHP Version 7.3.29 - Works (plugin version 1.0.0) * PHP Version 5.6.40 - Works (plugin version 1.0.0) = Future Planning = In the future, I am planning to make this plugin compatible with other popular contact form plugins possibly including WPForms, Ninja Forms, and more. == Installation and Configuration == 1. Upload folder to '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. After installation you can configure its options under the 'Settings' menu by clicking on 'Instant Conversion Analytics' == Frequently Asked Questions == = Does this plugin use cookies? = Yes. a first-party local cookie that is automatically deleted at the end of the user's session. = Does this plugin share data with 3rd parties? = No. This plugin does not communicate with any other websites or servers. = Is this GDPR and/or CCPA compliant? = It can be. It depends on your privacy statement. After installed you can refer to the plugin's Settings > Privacy Notes for more information. = Can this be integrated with plugins not listed above? = Yes, through PHP. Call the function `ica_report();` for plain text output, or `ica_report('html');` for HTML output. Other plugin integrations are planned for the future. = Is this compatible with caching plugins? = Yes, full compatiblity will all caching plugins. = Is this a stand alone analytics solution? = This plugin is a stand alone solution, but it is recommend to have other analytics software installed as well such as Google Analytics or an equivlant. = Does this plugin slow down the website? = This plugin is very minimalistic. The total frontend load is a single JavaScript file that is less than 1 KB. The JavaScript file does not depend on any libraries and is designed to run asynchronously. We did a Google PageSpeed Insights test on a website where this plugin was installed and got a mobile score of 99 (desktop scrore of 100). All of the suggested improvements were unrelated to this plugin. == Screenshots == 1. Admin screen with plugin options shown 2. Example Contact Form 7 Submission Email 3. Example WooCommerce New Order Email == Changelog == = 1.0.0 (August 28, 2021) = * Initial release