Linux 软件免费装

Advanced Custom Fields : Retargeting Field

开发者 stevewoody82
更新时间 2014年10月10日 04:08
PHP版本: 3.0.1 及以上
WordPress版本: 4.0
版权: GPLv2 or later
版权网址: 版权信息

标签

tracking ACF retargeting

下载

详情介绍:

This plugin allows you to easily add retargeting pixels to individual Wordpress pages and posts. The reason for this is so that you can create specific adverts to target people that visit certain pages. As I started to embark on the world of paid traffic I realised that retargeting offered a much higher yield in terms of click throughs. To help maximise my advertising budget I looked into how retargeting worked and found that I would need to create campaigns for each of my landing pages / products. It was at this point I realised, I can add tracking code to the head or footer of the site but what about individual pages. I started to look at options and found very little offering help about retargeting and individual page tracking. There was a great looking plugin called css-javascript-toolbox but it did not work with the theme that I was using and after talking to the developer I decided that I needed to create my own very simple option. I was going to use custom capabilities and just add a call into the head but I realised that whilst this would be good for me it would not serve my customers so I set out to create a simple way to allows others to do this. My first step was to add the plugin Advanced Custom Fields Once I had this I then created a custom capability that was relevant to what I needed. The plugin has an awesome feature of exporting PHP so I took the code and added it to a plugin. I then called the plugin into the head but only if ACF is first installed.

安装:

This section describes how to install the plugin and get it working.
  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Ensure that you have Advanced Custom Fields installed and activated
  4. View any post or page to see the new field under your WYSIWYG editor

更新日志:

0.1 - Plugin created 0.2 - Renamed due to feedback 0.3 - Bug Fixes