Title: Instant Conversion Analytics &#8211; User Analytics Directly Inside Emails Sent From Your Website
Author: Daniel Chase
Published: <strong>28 Ağustos 2021</strong>
Last modified: 6 Eylül 2026

---

Eklentilerde ara

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

 [Daniel Chase](https://profiles.wordpress.org/riseofweb/) tarafından

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

 * [Detaylar](https://tr.wordpress.org/plugins/instant-conversion-analytics/#description)
 * [Değerlendirmeler](https://tr.wordpress.org/plugins/instant-conversion-analytics/#reviews)
 * [Geliştirme](https://tr.wordpress.org/plugins/instant-conversion-analytics/#developers)

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

## Açıklama

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**

## Ekran Görüntüleri

[⌊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

## SSS

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

## İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

## Katkıda Bulunanlar ve Geliştiriciler

“Instant Conversion Analytics – User Analytics Directly Inside Emails Sent From 
Your Website” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar

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

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

### Geliştirmeyle ilgilenir misiniz?

[Kodu görüntüleyin](https://plugins.trac.wordpress.org/browser/instant-conversion-analytics/),
[SVN deposuna](https://plugins.svn.wordpress.org/instant-conversion-analytics/) 
göz atın ya da [RSS](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/?limit=100&mode=stop_on_copy&format=rss)
ile [geliştirme günlüğüne](https://plugins.trac.wordpress.org/log/instant-conversion-analytics/)
abone olun.

## Değişiklik Kaydı

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

 *  Sürüm **1.4.4**
 *  Son güncelleme **2 hafta önce**
 *  Etkin kurulumlar **10+**
 *  WordPress sürümü ** 5.4 veya üstü **
 *  Test edilen sürüm **7.1.2**
 *  PHP sürümü ** 5.6 veya üstü **
 *  Dil
 * [English (US)](https://wordpress.org/plugins/instant-conversion-analytics/)
 * Etiketler
 * [analytics](https://tr.wordpress.org/plugins/tags/analytics/)[contact form 7](https://tr.wordpress.org/plugins/tags/contact-form-7/)
   [ninja forms](https://tr.wordpress.org/plugins/tags/ninja-forms/)[woocommerce](https://tr.wordpress.org/plugins/tags/woocommerce/)
   [WPForms](https://tr.wordpress.org/plugins/tags/wpforms/)
 *  [Gelişmiş görünüm](https://tr.wordpress.org/plugins/instant-conversion-analytics/advanced/)

## Puanlar

Henüz inceleme gönderilmedi.

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

[Tüm değerlendirmeleri gör](https://wordpress.org/support/plugin/instant-conversion-analytics/reviews/)

## Katkıda bulunanlar

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

## Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

 [Destek forumunu görüntüle](https://wordpress.org/support/plugin/instant-conversion-analytics/)

## Bağış yap

Bu eklentinin geliştirilmesini desteklemek ister misiniz?

 [ Bu eklentiye bağış yap ](https://profiles.wordpress.org/riseofweb/)