-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add eplanning adapter #1245
Add eplanning adapter #1245
Conversation
LGTM @sebaperez Just so you know, we're also looking to prevent JSONP in Prebid 1.0 (probably to be worked on starting in the second half of this year). This is fine for the 0.x releases though. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In test mode (with global param t === '1'
) neither the processEPlanningResponse
or callback
functions get called and no bid is added to pbjs._bidsReceived
. Please have a look to see if test mode can be made to work similarly to the typical system flow.
@protonate I just tested it and works fine for me. Did you test it locally? Do you have the HTML file where it doesn't work? |
An adapter test page got added in #1182 you can use. |
This is the code that is returned by the bid request:
The |
@protonate that's the response in test case (when t === '1') - If you do not set that variable, then the response is different. In both cases, it is handled by hbpb.rH(). |
The test case then doesn't return a bid "response". What is the expectation here? The I am testing from localhost and from a "prebidapp.com" domain with a hosts file entry to 127.0.0.1, and on port 9999 in both cases. With
And the response is:
So I'm not able to confirm a bid back in either test or non-test case. Any thoughts? |
We chatted about it. Not sure what's happening on his system... but everything looks good to me. Screenshots below to prove it (using the @protonate said he's good with merging this for 0.25.0... so I'm going for it. |
* Added eplanning adapter * Added protocol by default
….24.0 to aolgithub-master * commit '7a81386579a3c129617323ef32e1c8be0897c3c7': (31 commits) Added changelog entry. Added records in aolPartnersIds.json. Prebid 0.25.0 Release Added Unruly adapter (prebid#1264) Fixing Adyoulike adapter for Safari iOS7 (prebid#1296) hide overflow to prevent scrolling (prebid#1294) fix protocol detection in iframe (prebid#1293) Add eplanning adapter (prebid#1245) Use Renderer command queue to render outstream (prebid#1283) Generate no-bid response for ech bid request not matched by a bid (prebid#1216) New Cox adapter (prebid#1228) Carambola Adapter (prebid#1221) Pass through transactionId and set fd=1 (prebid#1259) Integration test page for adapters (prebid#1182) Getting DigiTrustID in GumGum adapter (prebid#1256) Trion adapter (prebid#1254) use request bidder code as default bidderCode for createBid (prebid#1235) Add drop pixels once feature to AOL Adapter (prebid#1224) Rubicon Adapter - Adding 320x150 (prebid#1279) Prevent 'about:' protocol in _publisherTagUrl (prebid#1170) ...
* Added eplanning adapter * Added protocol by default
* Added eplanning adapter * Added protocol by default
Type of change
Description of change
soporte@e-planning.net
Other information