Google DFP Blocks
Categories
Component ID
1439222
Component name
Google DFP Blocks
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
About
This module pulls Google DFP (Doubleclick for Publishers) ad units/slots and makes them available as blocks in Drupal. The blocks will then display the ads from the unit's inventory. At the moment, integration is extremely basic and I'd like to keep it that way, since Google DFP is absurdly complex.
Requirements
- Drupal 7 - there is absolutely no plan to port this to Drupal 6 or earlier versions
- Google DFP API Library - Download the library here: http://code.google.com/p/google-api-dfp-php/downloads/list
- PHP SOAP - The Google DFP API requires the PHP SOAP library (http://www.php.net/manual/en/book.soap.php)
Installation
- Download the Google DFP API Library and unpack it into sites/all/libraries/dfp_api_php_lib
- Go to Admin > Configuration > System > Google DFP Blocks
- Enter the following info:
- Application name - Arbitrary string
- Email - The email address for your DFP user account
- Password - Used to get an authentication token. The token is saved, your password is never saved
- Network code - Available from the Admin tab of your DFP account
- Server - https://www.google.com is the standard DFP server
- Click Save
- Go to Admin > Stucture > Blocks to see your available DFP Ad Unit blocks and arrange them.
Shameless stealing
This module uses some of the code from the Google DFP API module (http://drupal.org/project/google_dfp_api).
