Linux 软件免费装

Source Tracking for Contact Form 7

开发者
更新时间 2019年4月25日 07:43
PHP版本: 3.0 及以上
WordPress版本: 5.1.1
版权: GPLv2 or later
版权网址: 版权信息

标签

contact form 7 cf7 Contact form UTM UTM tracking

下载

0.1 1.1

详情介绍:

A simple plugin to give you the power to track source, medium, campaign and keyword on your CF7 forms This plugin saves any UTM values coming in URL with cookies and let the users browse the website normally. You dont have to worry about passing the values when users are switching from page to page. All the values are stored and automatically retrieved when a user submits any contact form 7. The following parameters are recognized: Source -> utm_source Campaign -> utm_campaign or campaign Keyword -> utm_term or keyword Medium -> utm_medium Additional setup is required for every form in which you wish to do source tracking. See installation below.

安装:

Installation using wordpress:
  1. Login into admin panel.
  2. Go to plugins.
  3. Click on add new.
  4. Upload the ZIP file provided for this plugin.
  5. Cick install.
  6. Enable the plugin after you see successful installation page.
To add source tracking on a form, add any of the following hidden fields anywhere in your CF7 form: [hidden source class:sko_source] [hidden campaign class:sko_campaign] [hidden keyword class:sko_keyword] [hidden medium class:sko_medium] Note: It is vitally important not to change the field's class. Every time the form is loaded onto a page, this plugin with automatically fill the hidden fields with your data.