Skip to content
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

Merged
merged 8 commits into from
Jun 14, 2016
Merged

Sekindo Prebid Adapter : #355

merged 8 commits into from
Jun 14, 2016

Conversation

sekindo
Copy link
Contributor

@sekindo sekindo commented May 15, 2016

A new Sekindo Adapter:

  1. The Adapter was tested and verified to work ok. (built with Gulp).
    We red the latests pusg requests reviews and applied them (such as use only https, not use bidmanager.setExpectedBidsCount and few more)
  2. Added gpt integration example that was also tested using DFP.

Thanks,
Sekindo dev team

}
else
{
utils.logMessage('No prebid response for placement %%PLACEMENT%%');
Copy link
Member

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

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

Copy link
Member

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.

@protonate protonate self-assigned this Jun 7, 2016
@protonate protonate assigned matthewlane and unassigned protonate Jun 7, 2016
@protonate
Copy link
Collaborator

I'm getting ad payloads back but not seeing CPMs higher than 0. Is that expected when using test params?

@mkendall07
Copy link
Member

@sekindo
Can you please add sekindo to package.json config?


pbjs.sekindoCB = function(callbackId, response)
{
if (typeof (response) != 'undefined' && typeof (response.cpm) != 'undefined')
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please use triple equality.

@mkendall07 mkendall07 assigned mkendall07 and unassigned matthewlane Jun 14, 2016
@sekindo
Copy link
Contributor Author

sekindo commented Jun 14, 2016

Hi,

  1. The example is returning cpm now.
  2. committed: using triple equality
  3. committed: adding sekindo to package.json

Thx

@mkendall07
Copy link
Member

Thanks. Please update %%PLACEMENT%% as well with the actual placement name.

@sekindo
Copy link
Contributor Author

sekindo commented Jun 14, 2016

logging - fixed

@protonate
Copy link
Collaborator

Thanks for the fixes, confirmed bids back and ads rendered, tests passing, reviewed.

@protonate protonate merged commit 0aca2eb into prebid:master Jun 14, 2016
protonate pushed a commit that referenced this pull request Jun 15, 2016
* 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()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants