Google DFP Blocks

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

Installation

  1. Download the Google DFP API Library and unpack it into sites/all/libraries/dfp_api_php_lib
  2. Go to Admin > Configuration > System > Google DFP Blocks
  3. 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
  4. Click Save
  5. 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).