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

New advenue header bidding adapter #3429

Merged
merged 25 commits into from
Jan 22, 2019
Merged

Conversation

devadvenue
Copy link
Contributor

Type of change

  • New bidder adapter

Description of change

Second pull request to merge without package-lock.json
#3321

  • test parameters for validating bids
{
   	bidder: 'advenue',
   	params: {
      		placementId: 0,
      		traffic: 'banner'
    	}
}

Other information

Docs prebid.github.io : prebid/prebid.github.io#1046

@devadvenue
Copy link
Contributor Author

After creating new pull request merge conflict with package-lock steal remains, so original file was uploaded to resolve merge conflict

Copy link
Collaborator

@jsnellbaker jsnellbaker left a comment

Choose a reason for hiding this comment

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

Hello @devadvenue

While attempting to test the adapter with the sample test params, I was seeing an error when it was calling your adserver.

POST http://supply.advenuemedia.co.uk/?c=o&m=multi net::ERR_NAME_NOT_RESOLVED

Is this the correct URL? For reference, below is a copy of the associated request payload:

{"secure":0,"deviceWidth":1680,"deviceHeight":1050,"host":"ap.localhost:9999","page":"/integrationExamples/gpt/hello_world.html","placements":[{"placementId":0,"bidId":"23806dd859e866","sizes":[[300,250],[300,600]],"traffic":"banner"}]}

modules/advenueBidAdapter.js Outdated Show resolved Hide resolved
@devadvenue
Copy link
Contributor Author

update

@jsnellbaker
Copy link
Collaborator

@devadvenue Thanks for making the updates; LGTM now.

@jsnellbaker jsnellbaker merged commit 55de081 into prebid:master Jan 22, 2019
amuraco pushed a commit to amuraco/Prebid.js that referenced this pull request Jan 28, 2019
* Create advenueBidAdapter.js

* Create advenueBidAdapter.md

* Update pbjs_example_gpt.html

Add advenue integration example

* Advenue test

Added test for advenue adapter

* changes made

* edit

* edit

* Syntax error corrected

* Remove grunt, changed ajv version to 6.2.2

* Edit

* Update package-lock.json

* removed response validation

* removed unused variables

* Removed deprecated method

* Package-lock.json deleted

* https://github.com/devadvenue/Prebid.js.git deleted

* del

* Add package-lock.json from main repository

* Delete package-lock.json

* Only pushing original file resolves merge conflict

* Update advenueBidAdapter.js

Changed URL, used BidderRequest object

* Update advenueBidAdapter_spec.js

* Update package-lock.json

* Update advenueBidAdapter_spec.js
pedrolopezmrf pushed a commit to Marfeel/Prebid.js that referenced this pull request Mar 18, 2019
* Create advenueBidAdapter.js

* Create advenueBidAdapter.md

* Update pbjs_example_gpt.html

Add advenue integration example

* Advenue test

Added test for advenue adapter

* changes made

* edit

* edit

* Syntax error corrected

* Remove grunt, changed ajv version to 6.2.2

* Edit

* Update package-lock.json

* removed response validation

* removed unused variables

* Removed deprecated method

* Package-lock.json deleted

* https://github.com/devadvenue/Prebid.js.git deleted

* del

* Add package-lock.json from main repository

* Delete package-lock.json

* Only pushing original file resolves merge conflict

* Update advenueBidAdapter.js

Changed URL, used BidderRequest object

* Update advenueBidAdapter_spec.js

* Update package-lock.json

* Update advenueBidAdapter_spec.js
jacekburys-quantcast pushed a commit to jacekburys-quantcast/Prebid.js that referenced this pull request May 15, 2019
* Create advenueBidAdapter.js

* Create advenueBidAdapter.md

* Update pbjs_example_gpt.html

Add advenue integration example

* Advenue test

Added test for advenue adapter

* changes made

* edit

* edit

* Syntax error corrected

* Remove grunt, changed ajv version to 6.2.2

* Edit

* Update package-lock.json

* removed response validation

* removed unused variables

* Removed deprecated method

* Package-lock.json deleted

* https://github.com/devadvenue/Prebid.js.git deleted

* del

* Add package-lock.json from main repository

* Delete package-lock.json

* Only pushing original file resolves merge conflict

* Update advenueBidAdapter.js

Changed URL, used BidderRequest object

* Update advenueBidAdapter_spec.js

* Update package-lock.json

* Update advenueBidAdapter_spec.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants