Title: Instant Conversion Analytics &#8211; User Analytics Directly Inside Emails Sent From Your Website
Author: Daniel Chase
Published: <strong>28. Augusta 2021.</strong>
Last modified: 6. Septembra 2026.

---

Pretražite dodatke

![](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

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

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

 * [Detalji](https://bs.wordpress.org/plugins/instant-conversion-analytics/#description)
 * [Recenzije](https://bs.wordpress.org/plugins/instant-conversion-analytics/#reviews)
 * [Razvoj](https://bs.wordpress.org/plugins/instant-conversion-analytics/#developers)

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

## Opis

Instantly append detailed visitor analytics—UTM, referral, device, journey—to all
your Contact Form 7, Ninja Forms, WPForms, and WooCommerce emails.

Stop guessing where your leads and conversions come from. Get full context on each
submission right in your notification email without ever leaving your inbox. Works
like Google Analytics (or any other analytics tool) to give you instant insight 
and save you time.

#### Plugin Features

### Core Metrics

 * **Referral Source & UTM** (e.g. utm_source, utm_medium, utm_campaign)
 * **User Journey** (full page-path history on your site)
 * **Time on Site** (total session duration)

### Device & Environment

 * **Device Type** (mobile, desktop, tablet)
 * **IP Address & (optional) Geolocation**
 * **User‑Agent** (browser and OS details)

### Advanced / Opt-In

 * **First-party session cookie** (auto-deleted on session end; GDPR/CCPA friendly)
 * **Custom PHP Hook**:
    - `ica_report();`  plain‑text output
    - `ica_report('html');`  HTML output

#### Plugin Compatibility

This plugin works as an add-on currently with the following plugins:

 * **Contact Form 7** (version >= 4.5)
 * **Ninja Forms** (latest)
 * **WPForms Lite** (latest)
 * **WooCommerce** (version >= 3.4.2; HPOS compatible)
 * **Caching Plugins** (WP Rocket, W3 Total Cache, etc.) — fully supported

### Installation and Configuration

 1. **Upload** the `instant-conversion-analytics` folder to `/wp-content/plugins/`
 2. **Activate** “Instant Conversion Analytics” via **Plugins  Installed Plugins**
 3. **Configure** under **Settings  Instant Conversion Analytics**

## Slike ekrana

[⌊Admin settings screen⌉⌊Admin settings screen⌉[

Admin settings screen

[⌊Sample Contact Form 7 email with analytics block⌉⌊Sample Contact Form 7 email 
with analytics block⌉[

Sample Contact Form 7 email with analytics block

[⌊Sample WooCommerce “New Order” email with analytics block⌉⌊Sample WooCommerce “
New Order” email with analytics block⌉[

Sample WooCommerce “New Order” email with analytics block

## ČPP

### Q: Does it use cookies?

A: Yes—a first-party session cookie that auto‑expires at session end.

### Q: Is it GDPR/CCPA compliant?

A: You control compliance via your site’s privacy policy. See **Settings  Privacy
Notes** for boilerplate text you can adapt.

### Q: Does it share data externally?

A: No. All data is captured and appended locally; nothing is sent to third-party
servers.

### Q: Will it slow down my site?

A: No—the frontend load is a single asynchronous JS file (< 1 KB). In our PageSpeed
tests, mobile score was 99 and desktop 100 with this plugin active.

### Q: Can I integrate with other form plugins?

A: Yes—use the PHP hook `ica_report()` or `ica_report('html')`. More integrations(
Gravity Forms, Elementor Forms) are coming soon.

### Q: What if the plugin errors?

A: It uses an exception‑safe method. If analytics code fails, your emails still 
send as normal.

## Recenzije

Nema recenzija za ovaj dodatak.

## Saradnici i programeri

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

Doprinositelji

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

[Prevedi “Instant Conversion Analytics – User Analytics Directly Inside Emails Sent From Your Website” na vaš jezik.](https://translate.wordpress.org/projects/wp-plugins/instant-conversion-analytics)

### Zainteresirani za razvoj?

[Pregledajte kôd](https://plugins.trac.wordpress.org/browser/instant-conversion-analytics/),
pogledajte [SVN spremište](https://plugins.svn.wordpress.org/instant-conversion-analytics/)
ili se pretplatite na [dnevnik razvoja](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/)
od [RSS](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/?limit=100&mode=stop_on_copy&format=rss).

## Zapis promijena

#### 1.4.4

 * Fixed: Added HPOS WooCommerce compatibility
 * Confirmed Compatibility with WordPress version 7.1

#### 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.4**
 *  Last updated **prije 3 sedmice**
 *  Active installations **10+**
 *  WordPress version ** 5.4 ili viša **
 *  Tested up to **7.1.2**
 *  PHP version ** 5.6 ili viša **
 *  Language
 * [English (US)](https://wordpress.org/plugins/instant-conversion-analytics/)
 * Tags
 * [analytics](https://bs.wordpress.org/plugins/tags/analytics/)[contact form 7](https://bs.wordpress.org/plugins/tags/contact-form-7/)
   [ninja forms](https://bs.wordpress.org/plugins/tags/ninja-forms/)[woocommerce](https://bs.wordpress.org/plugins/tags/woocommerce/)
   [WPForms](https://bs.wordpress.org/plugins/tags/wpforms/)
 *  [Napredni pogled](https://bs.wordpress.org/plugins/instant-conversion-analytics/advanced/)

## Ocjene

No reviews have been submitted yet.

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

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

## Doprinositelji

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

## Podrška

Imate nešto za reći? Trebate pomoć?

 [Pogledaj forum podrške](https://wordpress.org/support/plugin/instant-conversion-analytics/)

## Pokloni

Da li bi ste željeli da podržite napredovanje ovog proširenja?

 [ Pokloni ovom proširenju ](https://profiles.wordpress.org/riseofweb/)