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

feat(krux): add Krux Link adapter #384

Merged
merged 1 commit into from
Jun 15, 2016
Merged

feat(krux): add Krux Link adapter #384

merged 1 commit into from
Jun 15, 2016

Conversation

sethyates
Copy link

This change adds a new adapter for the Krux Link Header Bidder.

@sethyates sethyates mentioned this pull request Jun 7, 2016
@protonate protonate self-assigned this Jun 7, 2016
@@ -39,7 +38,7 @@
var d = document;
var pbs = d.createElement("script");
pbs.type = "text/javascript";
pbs.src = '/build/dist/prebid.js';
pbs.src = '/build/dev/prebid.js';
Copy link
Contributor

Choose a reason for hiding this comment

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

Should integration examples include the dev build, or is it better to keep the dist reference if people are likely to copy-paste this code?

Copy link
Author

Choose a reason for hiding this comment

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

If they copied this verbatim, then it probably wouldn't work unless they host the script on their site at /build/dist/prebid.js. So it should be pretty obvious they would need to set the path correctly. I'd suggest a comment rather than make the integrating testing more difficult.

@protonate
Copy link
Collaborator

Looks good, confirmed bids back and ad rendered, tests are green. Reviewed.

@protonate protonate merged commit 11efdd5 into prebid:master Jun 15, 2016
@sethyates sethyates deleted the add-link branch June 15, 2016 12:56
protonate pushed a commit that referenced this pull request Jun 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants