-
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
Sekindo Prebid Adapter : #355
Conversation
} | ||
else | ||
{ | ||
utils.logMessage('No prebid response for placement %%PLACEMENT%%'); |
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.
You need to replace %%PLACEMENT%%
with the actual placement name here
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.
fixed
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.
@sekindo
This has not been updated in the PR.
I'm getting ad payloads back but not seeing CPMs higher than 0. Is that expected when using test params? |
@sekindo |
|
||
pbjs.sekindoCB = function(callbackId, response) | ||
{ | ||
if (typeof (response) != 'undefined' && typeof (response.cpm) != 'undefined') |
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.
please use triple equality.
Hi,
Thx |
Thanks. Please update |
logging - fixed |
Thanks for the fixes, confirmed bids back and ads rendered, tests passing, reviewed. |
* Sekindo Prebid Adaptor : * add placement id to error log * append iframe to head * refactor * use triple equality & adding sekindo to package.json * logging * frameDoc.open()
A new Sekindo Adapter:
We red the latests pusg requests reviews and applied them (such as use only https, not use bidmanager.setExpectedBidsCount and few more)
Thanks,
Sekindo dev team