-
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
modify 'featureforward' adapter to be an indepandant adapter #1288
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
matthewlane
previously approved these changes
Jun 20, 2017
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.
Tests pass and was able to get bid responses from a test page using
{
bidder: 'featureforward',
params: {
pubId: '001',
siteId: '111',
placementId: '1',
}
}
LGTM
@tlvmedia Please resolve conflicts, thanks |
this code needs to be updated to use the new module format |
@tlvmedia Please move your adapter code into |
mkendall07
approved these changes
Aug 22, 2017
outoftime
pushed a commit
to Genius/Prebid.js
that referenced
this pull request
Aug 24, 2017
…built * 'master' of https://github.com/prebid/Prebid.js: (83 commits) feat(strAdapt): check if tagJS is already present (prebid#1500) Updated karma-mocha, and simplified the test framework for runs which dont include --watch. (prebid#1520) Revert "drop specific code for index adapter (prebid#1487)" (prebid#1529) Override default asset params when set on ad unit (prebid#1524) Adding new kv to xhb Adapter (prebid#1513) removing for...of loops because IE cannot handle them properly (prebid#1523) Increment pre version Prebid 0.27.0 Release Move unit test file to appropriate location (prebid#1516) Support 'cta' native asset (prebid#1505) Add adapter parameter types (prebid#1504) Register bid adapter (prebid#1514) Match port when testing legacy browser (prebid#1511) modify 'featureforward' adapter to be an indepandant adapter (prebid#1288) Feature/s2s client side fallback (prebid#1485) Make bid.vastUrl use the cache URL if the bid didnt already have one. (prebid#1506) OpenX Adapter Update: (prebid#1438) Add session id feature for roxot analytics adapter (prebid#1498) Update platformioBidAdapter (prebid#1493) Adding VAST Payload support for video bids (prebid#1407) ...
ptomasroos
pushed a commit
to happypancake/Prebid.js
that referenced
this pull request
Aug 25, 2017
…1288) * changing featureforward to be an independant adapter * initial version of featureforward adapter * featureforward adapter auto test * small fixes 1 * fixes 2 * fixes 3 * Create featureforwardBidAdapter.js * file is not needed anymore
philipwatson
pushed a commit
to mbrtargeting/Prebid.js
that referenced
this pull request
Sep 18, 2017
…1288) * changing featureforward to be an independant adapter * initial version of featureforward adapter * featureforward adapter auto test * small fixes 1 * fixes 2 * fixes 3 * Create featureforwardBidAdapter.js * file is not needed anymore
jbAdyoulike
pushed a commit
to jbAdyoulike/Prebid.js
that referenced
this pull request
Sep 21, 2017
…1288) * changing featureforward to be an independant adapter * initial version of featureforward adapter * featureforward adapter auto test * small fixes 1 * fixes 2 * fixes 3 * Create featureforwardBidAdapter.js * file is not needed anymore
dluxemburg
pushed a commit
to Genius/Prebid.js
that referenced
this pull request
Jul 17, 2018
…1288) * changing featureforward to be an independant adapter * initial version of featureforward adapter * featureforward adapter auto test * small fixes 1 * fixes 2 * fixes 3 * Create featureforwardBidAdapter.js * file is not needed anymore
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Type of change
Description of change
Be sure to test the integration with your adserver using the Hello World sample page.
Other information