DFP - DoubleClick Ad Manager releases
WordPress plugin to manage DoubleClick for Publishers ad positions
by Chris W. Gerber · github.com/thatgerber/dfp-ads · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/thatgerber/dfp-ads/archive/refs/heads/master.zipReadme
DFP Ad Manager
Table of Contents
Description
Contributors: chriswgerber
Requires at least: 3.0.0
Tested up to: 4.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: dfp, doubleclick, ads, ad trafficking, ad ops
Simpler management of DFP (DoubleClick for Publishers) ad positions
Installation
Install plugin
- Download Zip File
- Navigate to your website's admin page:
example.com/wp-admin/ - Go to Plugins, "Add New"
- At the top of the page, choose "Upload Plugin"
- Upload zip file and install now
- Activate plugin
Set Up Ad Network
- Visit https://www.google.com/dfp/ and get your Account ID
- To find your Account ID, go to Settings. On the left sidebar, choose "Network Settings" and "All Network Settings".
- Copy your "Network Code". It should be an 8-digit integer for identifying your ad network.
- Visit the Ad Positions "Settings" in the WordPress Admin page.
- Add the DFP Network Code for Identifying the ad network for ad positions.
About
Purpose
Tired of dealing with creating and fixing the ad positions after each change, I decided to create a plugin that would make it easier to manage individual ad positions and add targeting for each of those positions.
Goals
The goal is to create a core set of functions that power a set of ad positions defined in DoubleClick. These ad positions will take custom targeting and display information passed through page level and individual tags.
Managing the tags will be made simple through an import function that works directly with the DFP export tools.
Roadmap
Below are a list of items that need to be completed before the plugin is ready for release.
- Filter taxonomy names and values into page-level targeting for positions.
- More precise validation of input values in custom metaboxes for ad positions.
- Improve documentation on plugin.
Other priorities
- Full Test Suite for current code and all new features.
Frequently Asked Questions
Submit your questions at www.chriswgerber.com/contact/
Changelog
0.3.2
- :new: Adds
DFP_CONCAT_SCRIPTSconstant. Set asfalseto force the plugin to use un-minified scripts - :bug::gun: Fixes array issue in javascript that would cause ads to not appear.
- :cool: Improves build scripts
- :new: Adds Composer.lock file to force support for PHP 5.3 on all
composer install - :100: Various code quality improvements.
0.3.1
- :bug::gun: Fixes widget not displaying ad position correctly.
- :100: Various code quality improvements.
0.3.0
- :new: Adds option to turn off asynchronous loading.
- :cool: Adds class
dfp_ad_posto ad tags. - :bug: Fixes shortcode issue where content would always appear at the top of the content area.
0.2.5
- Bug Fix - Ad CPT was overriding page meta. Fix implemented resets post data after use of WP_Query.
0.2.4
- Fixes build
0.2.3
- Bug fix
0.2.2
- Fixed issue where settings were not being called.
0.2.1
- Bug Fix: Added extra check to make sure plugin didn't attempt to add other CPTs as ad positions.
- Enhancement: Added linting and uglifying to JS. Now serving minified JS.
- Enhancement: Updated directory structure
- Enhancement: Updated Readme to include screenshots and more information.
0.2.0
- Added functionality for importing DFP Ads
- Added Travis CI Integration.
- Added Composer
- Begin Unit Testing
- Added Code Coverage Reporting
- Updated JS to make extensions easier
- Added Asynchronous ad loading
- Made plugin compatible with PHP 5.3
0.1.0
- Initial pre-release
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 0.3.2 | Aug 18, 2015 |
| 0.3.1 | Aug 5, 2015 |
| 0.3.0 | Jul 16, 2015 |
| 0.2.5 | Jul 10, 2015 |
| 0.2.3 | Jul 6, 2015 |
| 0.2.2 | Jul 6, 2015 |
| 0.2.0 | May 12, 2015 |
| 0.1.0 | Mar 24, 2015 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.