Skip to content

Commit

Permalink
Merge pull request #7 from themaven-net/ADS-3449-remove-freewheel-patch
Browse files Browse the repository at this point in the history
Removing adjusted Freewheel bidder code.
  • Loading branch information
Brad Choate authored Sep 5, 2019
2 parents e44ab97 + f7b02bf commit 4ceaaed
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions README_Maven.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
This is a fork of the [Prebid.js repository](https://github.com/prebid/Prebid.js).

Changes unique to this fork:

* This file (README\_Maven.md)
* Module configuration for the Salish platform (modules.json)
* Module configuration for the HubPages platform (hpmodules.json)
* The Sublime bid adapter module (modules/sublimeBidAdapter.js)
and tests (test/spec/modules/sublimeBidAdapter\_spec.js)


## Building the Salish Prebid Bundle

Follow the README.md instructions for setting up this repository, then use this
command to build the bundle:

$ gulp build --modules=modules.json

You'll find the built prebid.js file in build/dist/prebid.js.


## Building the HubPages Prebid Bundle

$ gulp build --modules=hpmodules.json

You'll find the built prebid.js file in build/dist/prebid.js.

2 changes: 1 addition & 1 deletion modules/freewheel-sspBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import * as utils from '../src/utils';
import { registerBidder } from '../src/adapters/bidderFactory';
// import { config } from '../src/config';

const BIDDER_CODE = 'freewheel';
const BIDDER_CODE = 'freewheel-ssp';

const PROTOCOL = getProtocol();
const FREEWHEEL_ADSSETUP = PROTOCOL + '://ads.stickyadstv.com/www/delivery/swfIndex.php';
Expand Down

0 comments on commit 4ceaaed

Please sign in to comment.