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

Update Innity Adapter to Prebid.js v1.0 #2180

Merged
merged 5 commits into from
Feb 23, 2018
Merged

Conversation

engtat
Copy link
Contributor

@engtat engtat commented Feb 22, 2018

Type of change

  • New bidder adapter

Description of change

Migrate to Prebid.js v1.0

  • test parameters for validating bids
{
  bidder: 'innity',
  params: {
    pub: 267,
    zone: 62546
  }
}
  • official adapter submission

Docs repo PR

prebid/prebid.github.io#630

Copy link
Collaborator

@jaiminpanchal27 jaiminpanchal27 left a comment

Choose a reason for hiding this comment

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

@engtat Left some minor comments.

method: 'GET',
url: ENDPOINT,
data: {
cb: new Date().getTime(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

It is recommended to use utils.timestamp()

};
return [bidResponse];
},
getUserSyncs: function(syncOptions, serverResponses) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can remove this function if you are not doing userSyncs.

@jaiminpanchal27
Copy link
Collaborator

Also please submit a PR to the docs repo to add a file for your adapter to the bidders directory so your adapter's params will appear on the bidders page. Thank you for contributing

@engtat
Copy link
Contributor Author

engtat commented Feb 23, 2018

Changes updated. For PR to the doc repo, I actually posted this earlier in my PR (prebid/prebid.github.io#630) or I am missing something? Thanks.

@jaiminpanchal27 jaiminpanchal27 merged commit 37ead27 into prebid:master Feb 23, 2018
mizmaar3 added a commit to widespace-os/Prebid.js that referenced this pull request Feb 28, 2018
* master:
  Update Vertoz adapter for Prebid 1.0 (prebid#2104)
  Add multiple bids request  (prebid#2136)
  [NEW Adapter] RTBHouseBidAdapter (prebid#2184)
  Update Innity Adapter to Prebid.js v1.0 (prebid#2180)
  Update Adyoulike Adapter to prebid 1.0 (prebid#2077)
  Change bidderCode for DAN Marketplace Bid Adapter (prebid#2183)
  only count bid timeouts if bidder didn't call done. fixes prebid#2146 (prebid#2154)
  [Edit BidAdapter] rxrtb adapter for Perbid.js 1.0 (prebid#2182)
  Update NasmediaAdmixer adapter (prebid#2164)
  only do video caching if we don't already have a videoCacheKey (prebid#2143)
GLStephen pushed a commit that referenced this pull request Jan 9, 2020
* Innity Adapter for Prebid.js 1.0

* Fix Innity Adapter Test Spec Error (#2180)

* Fix utils.timestamp and remove userSyncs (#2180)

* Added Prebid.js 3.0 Support
ChrisHuie pushed a commit that referenced this pull request Jul 12, 2021
* Innity Adapter for Prebid.js 1.0

* Fix Innity Adapter Test Spec Error (#2180)

* Fix utils.timestamp and remove userSyncs (#2180)

* Added Prebid.js 3.0 Support

* Innity Bid Adapter: Add meta adomain support
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