prebid / Prebid.js

Setup and manage header bidding advertising partners without writing code or confusing line items. Prebid.js is open source and free.
https://docs.prebid.org
Apache License 2.0
1.33k stars 2.09k forks source link

Is Prebid ready for the DFP v201608 deprecations? #1363

Closed natflow closed 7 years ago

natflow commented 7 years ago

Type of issue

Mostly a question, but maybe it'll lead to a code change.

Description

DFP is sunsetting some portion of their header bidding API. (See their posting on the subject.) Is Prebid ready for this?

Steps to reproduce

I don't have steps to reproduce. I searched issues and the code, but was unable to confirm or deny that prebid will be affected by this deprecation.

Expected results

No deprecated API calls used.

Actual results

Google warning that deprecated API calls used, maybe.

Platform details

prebid v0.22.2

We also have a direct OpenX integration on site, so it's possible it's their code that's triggering Google's deprecation notice. Our company has reached out to them, but I wanted to check here too.

Other information

Here's the warning Google emailed us:

Dear publisher,

We posted on our API blog the details of the DFP API sunset. If you are receiving this notification email, it is because you are currently using a deprecated version (v201608) of the DFP API within the following applications (if available):

  • bidder

In order for your business to be unaffected, it is imperative that you update the API by August 31, 2017. After this date, the API will stop working (deprecation schedule).

For release notes as to what’s changed in the new API, check out this link. The most up-to date libraries can be found under “Version v201705” in the left bar under “Reference.” In addition, developers forum is a great resource for you to discuss how to best make use of the API.

Note: v201611 will enter deprecation shortly and will be sunset completely by November 2017.

Please let us know if you have any questions.

Thanks, The DFP Support Team

polapi commented 7 years ago

I think all the prebid.js does is marking ad slots with keys and values. It does not interact with DFP API and initializing prebid.js in DFP code does not require any special calls to DFP code API. Anyway, I am using DFP and I have not received such email.

mkendall07 commented 7 years ago

That's correct, Prebid.js doesn't interact with any DFP APIs. Thanks for checking.

natflow commented 7 years ago

Thanks everyone!