Title: Instant Conversion Analytics &#8211; User Analytics Directly Inside Emails Sent From Your Website
Author: Daniel Chase
Published: <strong>Agost 28, 2021</strong>
Last modified: Novembre 30, 2024

---

Search plugins

![](https://ps.w.org/instant-conversion-analytics/assets/banner-772x250.jpg?rev=
2590301)

![](https://ps.w.org/instant-conversion-analytics/assets/icon-256x256.png?rev=2590301)

# Instant Conversion Analytics – User Analytics Directly Inside Emails Sent From Your Website

 By [Daniel Chase](https://profiles.wordpress.org/riseofweb/)

[Download](https://downloads.wordpress.org/plugin/instant-conversion-analytics.zip)

 * [Details](https://bal.wordpress.org/plugins/instant-conversion-analytics/#description)
 * [Reviews](https://bal.wordpress.org/plugins/instant-conversion-analytics/#reviews)
 * [Development](https://bal.wordpress.org/plugins/instant-conversion-analytics/#developers)

 [Support](https://wordpress.org/support/plugin/instant-conversion-analytics/)

## Description

This plugin adds user’s analytics in emails sent from Contact Form 7, Ninja Forms,
WPForms, and WooCommerce.

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, let you focus on your customers, and 
help guide your marketing towards generating new conversions.

This plugin is designed to be complementary to your existing analytics software (
e.g. Google Analytics).

#### Plugin Features

**Optional 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.
 * [Ninja Forms](https://wordpress.org/plugins/ninja-forms/) – Integration through
   the option to append all notification emails.
 * [WooCommerce](https://wordpress.org/plugins/woocommerce/) (Version 3.4.2 and 
   above) – Integration through the option to append new order emails.
 * [WPForms](https://wordpress.org/plugins/wpforms-lite/) – Integration through 
   either a smart-tag or the option to append all “Message body” emails.
 * Looking for integration with a different plugin? Please [contact me](https://www.riseofweb.com/#contact).

### 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’

## Screenshots

 * [[
 * Admin screen with plugin options shown
 * [[
 * Example Contact Form 7 Submission Email
 * [[
 * Example WooCommerce New Order Email

## FAQ

### Does this plugin use a cookie?

The plugin uses 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, it is fully compatible will all caching plugins.

### Is this a stand-alone analytics solution?

This plugin is a stand-alone solution, but it is recommended to have other analytics
software installed as well such as Google Analytics or an equivalent.

### 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 score of 100). All of the suggested improvements
were unrelated to this plugin.

### If this plugin has an error for any reason will I still receive my emails?

Yes, you will still get your email. When this plugin adds to the content of the 
email it uses the Exception PHP method. If for any unforeseen reason there is an
error in the code, it will be bypassed.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Instant Conversion Analytics – User Analytics Directly Inside Emails Sent From 
Your Website” is open source software. The following people have contributed to 
this plugin.

Contributors

 *   [ Daniel Chase ](https://profiles.wordpress.org/riseofweb/)

[Translate “Instant Conversion Analytics – User Analytics Directly Inside Emails Sent From Your Website” into your language.](https://translate.wordpress.org/projects/wp-plugins/instant-conversion-analytics)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/instant-conversion-analytics/),
check out the [SVN repository](https://plugins.svn.wordpress.org/instant-conversion-analytics/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/)
by [RSS](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.4.3

 * Fixed: Ensure the temporary WooCommerce meta data ica_cookie_value is deleted
   after emails are sent
 * Confirmed Compatibility with WordPress version 6.7.1

#### 1.4.2

 * Confirmed Compatibility with WordPress version 6.1.1

#### 1.4.1

 * Improvement: Added prefixes to everything to avoid any possible issues with other
   plugins
 * Improvement: Changed some of the outputted HTML and plain text for better formatting
   and readability
 * Improvement: For WooCommerce plain text output this plugins output was moved 
   to the bottom if the email
 * Fix: When using an WooCommerce payment gateway that leaves the website the cookie
   would sometimes not be read.

#### 1.4.0

 * Added: Ninja Forms Compatibility
 * Added: Option for full URL or URI page path
 * Improvement: Removed the domain name from the user journey URLs in the cookie
   to reduce the number of characters to reduce the cookie size
 * Improvement: Lowered the maximum cookie size to further avoid possible browser
   Bad Request response
 * Fix: Disabled this plugin’s output for WooCommerce “Resend new order notification”
   when sent from within the WordPress admin interface
 * Note: If you are using a caching solution, after updating it is recommended that
   you clear the cache for the ica.min.js file

#### 1.3.1

 * Fixed a bug (introduced in 1.3.0) that caused HTML formated Contact Form 7 emails
   to show plain text analytics report

#### 1.3.0

 * Optimization of PHP scripts for speed
 * Improved security by sanitizing the User-Agent Information
 * Added links to support and reviews on the plugins page

#### 1.2.2

 * Fixed the plugin’s HTML output formatting to account for the URL properly line
   wrap
 * Improved GDPR/CCPA cookie statement example

#### 1.2.1

 * Tweaked the JavaScript enqueue to ensure it runs as early as possible
 * Fixed typo in plain text referral source output (missing space)

#### 1.2.0

 * Added WPForms Integration
 * Improved the plugin’s HTML output formating and insured that it is not covering
   other email content
 * Improved the plugin’s plain text output formating
 * Fixed Manual JavaScript Option Typo
 * Changed WooCommerce implementation logic to include non-HTML new orders as well

#### 1.1.0

 * Added an uninstall hook to remove plugin options
 * Added the Exception method to bypass any unforeseen PHP errors.
 * Improved plugin activation hook options
 * Improved JavaScript cookie security
 * Improved output if the cookie can not be read
 * Fixed Undefined index PHP Notices on the admin screen
 * Fixed bug with displaying the timezone
 * Fixed spaces showing in URLs
 * Changed the .js file name to include .min for standard naming convention

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.4.3**
 *  Last updated **1 any ago**
 *  Active installations **10+**
 *  WordPress version ** 5.4 or higher **
 *  Tested up to **6.7.5**
 *  PHP version ** 5.6 or higher **
 *  Language
 * [English (US)](https://wordpress.org/plugins/instant-conversion-analytics/)
 * Tags
 * [contact form 7](https://bal.wordpress.org/plugins/tags/contact-form-7/)[ninja forms](https://bal.wordpress.org/plugins/tags/ninja-forms/)
   [user tracking](https://bal.wordpress.org/plugins/tags/user-tracking/)[woocommerce](https://bal.wordpress.org/plugins/tags/woocommerce/)
   [WPForms](https://bal.wordpress.org/plugins/tags/wpforms/)
 *  [Advanced View](https://bal.wordpress.org/plugins/instant-conversion-analytics/advanced/)

## Ratings

No reviews have been submitted yet.

[Add my review](https://wordpress.org/support/plugin/instant-conversion-analytics/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/instant-conversion-analytics/reviews/)

## Contributors

 *   [ Daniel Chase ](https://profiles.wordpress.org/riseofweb/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/instant-conversion-analytics/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://riseofweb.com)