이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

DFP Ad Manager

설명

For simple management of DoubleClick for Publishers ad positions.

This plugin is designed to simplify the process of working with DoubleClick for Publishers. Rather than inundate the user with too many options and settings, instead everything is managed within DoubleClick, utilizing WordPress to display the positions.

Page, category, and tag targeting is built-in, with the option to extend on the DoubleClick Javascript library and add even more targeting and send data from the WordPress backend to DoubleClick.

Follow development of the plugin on Github.com/ThatGerber/dfp-ads

스크린샷

  • Full Ad Positions Page
  • Individual Ad Positions Page
  • Position Settings Page
  • Position Import Page

설치

Install plugin

  1. Download Zip File
  2. Navigate to your website’s admin page: example.com/wp-admin/
  3. Go to Plugins, “Add New”
  4. At the top of the page, choose “Upload Plugin”
  5. Upload zip file and install now
  6. Activate plugin

Set Up Ad Network

  1. Visit https://www.google.com/dfp/ and get your Account ID
    1. To find your Account ID, go to Settings. On the left sidebar, choose “Network Settings” and “All Network Settings”.
    2. Copy your “Network Code”. It should be an 8-digit integer for identifying your ad network.
  2. Visit the Ad Positions “Settings” in the WordPress Admin page.
  3. Add the DFP Network Code for Identifying the ad network for ad positions.

FAQ

Submit your questions at chriswgerber.com/contact/.

후기

2016년 9월 3일
This plugin is Excellent...! meets what you want in DFP... congratulations developer
2016년 9월 3일
Thank you and well done! The plugin is exactly what DFP users needed! I have not completed the setup ref targeting so not tested in full but the plugin itself requires and deserves 100 stars!
2016년 9월 3일
This makes my life sooo much easier! I have now tested the plugin on two new sites for a few months, and it works well on pages, posts, and sidebars (I could not make it work in the header, though). I will now implement the plugin on a high-volume site (150,000 visitors/month). As I sell ads directly, DFP is business-critical for me. I do hope you will continue to develop this extremely useful plugin. Cheers, Walther
모든 4 평가 읽기

기여자 & 개발자

“DFP Ad Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “DFP Ad Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

0.3.2

  • Adds DFP_CONCAT_SCRIPTS constant. Set as false to force the plugin to use un-minified scripts
  • Fixes array issue in javascript that would cause ads to not appear.
  • Improves build scripts
  • Adds Composer.lock file to force support for PHP 5.3 on all composer install
  • Various code quality improvements.

0.3.1

  • Bugfix – Widget not displays ad position correctly.
  • Enhancement – Various code quality improvements.

0.3.0

  • New – Adds option to turn off asynchronous loading.
  • Enhancement – Adds class dfp_ad_pos to ad tags.
  • Bugfix – Fixes shortcode issue where content would always appear at the top of the content area.

0.2.5

  • Bugfix- 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