Changeset 2859089
- Timestamp:
- 02/02/2023 04:05:29 PM (3 years ago)
- Location:
- universal-wp-lead-tracking
- Files:
-
- 2 edited
-
tags/1.0.3.1/readme.txt (modified) (3 diffs)
-
trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
universal-wp-lead-tracking/tags/1.0.3.1/readme.txt
r2859080 r2859089 8 8 Stable tag: 1.0.3.1 9 9 10 Adds lead tracking information to e-mails coming from Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO form submissions. It also allows you to send form submission events to Google Analytics (Universal and GA4) in order to track form submissions there. Simply add the [tracking-info]shortcode at the bottom of your form emails to get started.10 Adds lead tracking information to e-mails coming from Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO form submissions. It also allows you to send form submission events to Google Analytics (Universal and GA4) in order to track form submissions there. Simply add the `[tracking-info]` shortcode at the bottom of your form emails to get started. 11 11 12 12 == Description == … … 16 16 When you receive an e-mail from a contact form on your website, you will instantly see data on a user's landing page on your site, the page that they filled out the contact form on, the referring source that sent them to your website, their location IP (country-level) and browser/platform used. 17 17 18 This information is added by simply putting the [tracking-info] shortcode in the email being sent to you when a user submits a form on your website. Just paste the [tracking-info]shortcode in your e-mail template, and every time you receive a lead from your website, you will be able to see information from the user that submitted the form.18 This information is added by simply putting the `[tracking-info]` shortcode in the email being sent to you when a user submits a form on your website. Just paste the `[tracking-info]` shortcode in your e-mail template, and every time you receive a lead from your website, you will be able to see information from the user that submitted the form. 19 19 20 20 = The Specific Information This Plugin Provides = … … 32 32 This shortcode tracking method will work with forms on Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO. Because it is shortcode based, you can just drop in the code to the e-mail submission template on any of these major form plugins. 33 33 34 If you are sending your website e-mail submissions via an HTML based output on one of these plugins, we have that covered too. Just add html="true" to your shortcode like so: [tracking-info html="true"]34 If you are sending your website e-mail submissions via an HTML based output on one of these plugins, we have that covered too. Just add html="true" to your shortcode like so: `[tracking-info html="true"]` 35 35 36 36 = This Plugin Sends Form Events To Google Analytics = -
universal-wp-lead-tracking/trunk/readme.txt
r2859080 r2859089 8 8 Stable tag: 1.0.3.1 9 9 10 Adds lead tracking information to e-mails coming from Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO form submissions. It also allows you to send form submission events to Google Analytics (Universal and GA4) in order to track form submissions there. Simply add the [tracking-info]shortcode at the bottom of your form emails to get started.10 Adds lead tracking information to e-mails coming from Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO form submissions. It also allows you to send form submission events to Google Analytics (Universal and GA4) in order to track form submissions there. Simply add the `[tracking-info]` shortcode at the bottom of your form emails to get started. 11 11 12 12 == Description == … … 16 16 When you receive an e-mail from a contact form on your website, you will instantly see data on a user's landing page on your site, the page that they filled out the contact form on, the referring source that sent them to your website, their location IP (country-level) and browser/platform used. 17 17 18 This information is added by simply putting the [tracking-info] shortcode in the email being sent to you when a user submits a form on your website. Just paste the [tracking-info]shortcode in your e-mail template, and every time you receive a lead from your website, you will be able to see information from the user that submitted the form.18 This information is added by simply putting the `[tracking-info]` shortcode in the email being sent to you when a user submits a form on your website. Just paste the `[tracking-info]` shortcode in your e-mail template, and every time you receive a lead from your website, you will be able to see information from the user that submitted the form. 19 19 20 20 = The Specific Information This Plugin Provides = … … 32 32 This shortcode tracking method will work with forms on Contact Form 7, Gravity Forms, Ninja Forms, or Elementor PRO. Because it is shortcode based, you can just drop in the code to the e-mail submission template on any of these major form plugins. 33 33 34 If you are sending your website e-mail submissions via an HTML based output on one of these plugins, we have that covered too. Just add html="true" to your shortcode like so: [tracking-info html="true"]34 If you are sending your website e-mail submissions via an HTML based output on one of these plugins, we have that covered too. Just add html="true" to your shortcode like so: `[tracking-info html="true"]` 35 35 36 36 = This Plugin Sends Form Events To Google Analytics =
Note: See TracChangeset
for help on using the changeset viewer.