The Anypoint Connector for Google Doubleclick for Publishers enables publishers and third-parties to consume the Google DFP API to help them grow, sell, schedule, deliver, and measure their digital ad inventory on Google DFP through Mule.

MuleSoft maintains the Premium version of the connector under the Certified support policy.

Google DFP 3.1.1 - July 2018

Version 3.1.1 Compatibility

Software Version

Mule Runtime

3.6+

Google DFP API

v201711

Issues Fixed

  • Fixed problem with Javadoc generation.

  • Fixed version problem in pom.xml.

New Features

None

Upgrading from a Previous Version

The Google DFP 3.1.1 connector offers the same functionality as version 3.1.0.

Google DFP 3.1.0 - March 2018

Version 3.1.0 Compatibility

Software Version

Mule Runtime

3.6+

Google DFP API

v201711

Issues Fixed

  • Modified key separator for composed selectors in perform operations from || to @@ avoiding conflicts for Windows OS developers.

New Features

  • Upgraded Google-DFP API version from v201702 to v201711.

Upgrading from a Previous Version

The Google DFP 3.1.0 connector offers the same functionality as version 3.0.0.

Google DFP 3.0.0 - March 2017

Version 3.0.0 Compatibility

Software Version

Mule Runtime

3.6+

Google DFP API

v201702

Issues Fixed

None

New Features

Summary

  1. New operations introduced

  2. Connector devised between Operations (Get, Update, Perform, Update) instead of service

  3. Datasense support has been improved

  4. Upgraded Support for the 2016-11 Google API

  5. Removed operations which cannot be tested in an automated fashion (these might be included on request)

  6. Created new demos

  7. Added support for Google Service Account Authentication

Authentication Methods

  • OAuth Authentication

  • NEW Google Service Accounts (JSON file)

Supported Operations

Operations that are Currently Supported (ordered by Service):

  • Company Service:

    • Create Companies

    • Get Companies

    • Update Companies

  • Contact Service:

    • Create Contacts

    • Get Contacts

    • Update Contacts

  • Inventory Service:

    • Create Ad Units

    • Get Ad Units

    • Get Ad Unit Sizes

    • Perform Ad Units

    • Update Ad Units

  • Line Item Service:

    • Create Line Items

    • Get Line Items

    • Perform Line Items

    • Update Line Items

  • Order Service:

    • Create Orders

    • Get Orders

    • Perform Orders Action

    • Update Orders

  • User Service:

    • Create Users

    • Get All Roles

    • Get Current User

    • Get Users

    • Perform Users

    • Update Users

Upgrading from a Previous Version

The Google DFP 3.0.0 is not backward compatible with V1.x of the connector. The table below describes how each operation performed with v1.x of the connector can be performed (if possible) with the new connector.

Old Operation Name Current Version

Create Company

Operation: Create
Service: Companies

Get advertiser by name

Operation: Get By Statement
Service: Company
Query String: type = :type AND name = :name
Query Params: type =ADVERTISER, name=CompanyName

Get agency by name

Operation: Get By Statement
Service: Company
Query String: type = :type AND name = :name
Query Params: type =AGENCY, name=CompanyName

Get all companies

Operation: Get by statement
Service: Companies

Get company by id

Operation: Get by statement
Service: Companies

Get reconciliation report ids by start date

Not Supported

Get reconciliation report rows

Not Supported

Update company

Operation: Update
Service: Companies

Resources