Linux 软件免费装

Cookielander

开发者 zaus
更新时间 2016年10月27日 18:21
捐献地址: 去捐款
PHP版本: 3.0 及以上
WordPress版本: 4.5.4
版权: GPLv2 or later

标签

referral cookies contact form ppc landing page landing referrer

下载

0.4 0.6 0.7

详情介绍:

Allows you to specify which querystring, post, header, or cookie parameters to save to temporary storage (session, another cookie, header) for use elsewhere in the site. Great for capturing referral variables (GET querystring parameters, headers) and reusing them in contact forms, CRMs, etc.

安装:

  1. Unzip/upload plugin folder to your plugins directory (/wp-content/plugins/)
  2. Activate this plugin
  3. Determine which referral variables to look for:
  4. in the querystring or post ("request")
  5. in headers
  6. in cookies
  7. in the session
  8. Determine where to save those variables:
  9. in the session
  10. in a cookie
  11. in a header
  12. If saving to a cookie, you may:
  13. leave the destination key blank to reuse the source key
  14. specify 'name', 'path', 'domain', 'expires', etc by entering them as url-querystring format corresponding to the setcookie parameters. ex name=foobar@expires=700000.
  15. If retrieving value from a GET parameter, you may force a server-side redirect to remove it

更新日志:

0.7 0.6 0.5 0.4 0.1