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

Support Video for GetIntent adapter #987

Merged
merged 12 commits into from
Feb 21, 2017
Merged

Support Video for GetIntent adapter #987

merged 12 commits into from
Feb 21, 2017

Conversation

dmart28
Copy link
Contributor

@dmart28 dmart28 commented Feb 13, 2017

Type of change

  • Feature

Description of change

Support Video for GetIntent adapter

Contact

@dmart28
Copy link
Contributor Author

dmart28 commented Feb 13, 2017

It seems like build failure was caused by Mantis adapter, not ours.

bid.width = size[0];
bid.height = size[1];
if (br.mediaType === 'video') {
bid.vastUrl = bidResponse.vast_url;
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 also set bid.descriptionUrl = bidResponse.vast_url; if you'd like. bid.descriptionUrl is used in pbjs.buildMasterVideoTagFromAdserverTag. This isn't a requirement though, just commenting in case you didn't know about it

bid.descriptionUrl = bidResponse.vast_url;
@matthewlane matthewlane merged commit e953c1e into prebid:master Feb 21, 2017
Walexander pushed a commit to MbidIO/Prebid.js that referenced this pull request Mar 6, 2017
* Update getintent.js

* Update getintent_spec.js

* Update getintent.js

* Update getintent.js

* Update getintent_spec.js

* fix test

* added to list of video adapters

* fixy with closures.

* jshint fixes

* Update getintent.js

fixy

* Update getintent.js

bid.descriptionUrl = bidResponse.vast_url;
vzhukovsky added a commit to aol/Prebid.js that referenced this pull request May 19, 2017
…18.0 to aolgithub-master

* commit '2881f03dd76bfcf484fbfeaf0f9e1000b383d20d':
  Added adapters in aolPartnersIds.json.
  Added changelog entry.
  Prebid 0.20.0 Release
  Remove test that intermittently fails unit tests (prebid#1020)
  Create bids for requests without mutating ad units (prebid#1019)
  Use optimize js to improve parse time (https://github.com/nolanlawson/optimize-js) (prebid#1018)
  Fixes for Centro adapter (prebid#992)
  adbund adapter (prebid#932)
  Fix bug with supporting non-cpm dealId bids. (prebid#1006)
  Added referrer parameter (prebid#966)
  Support Video for GetIntent adapter (prebid#987)
  Currency support for SmartAdServer adapter (prebid#979)
  Deal support for SmartAdServer adapter (prebid#978)
  Skip test causing build failures (prebid#997)
  E2etest concurrency (prebid#982)
  Add ThoughtLeadr adapter (prebid#894)
  Increment Pre Version
vzhukovsky added a commit to aol/Prebid.js that referenced this pull request May 22, 2017
…18.0 to master

* commit '2881f03dd76bfcf484fbfeaf0f9e1000b383d20d':
  Added adapters in aolPartnersIds.json.
  Added changelog entry.
  Prebid 0.20.0 Release
  Remove test that intermittently fails unit tests (prebid#1020)
  Create bids for requests without mutating ad units (prebid#1019)
  Use optimize js to improve parse time (https://github.com/nolanlawson/optimize-js) (prebid#1018)
  Fixes for Centro adapter (prebid#992)
  adbund adapter (prebid#932)
  Fix bug with supporting non-cpm dealId bids. (prebid#1006)
  Added referrer parameter (prebid#966)
  Support Video for GetIntent adapter (prebid#987)
  Currency support for SmartAdServer adapter (prebid#979)
  Deal support for SmartAdServer adapter (prebid#978)
  Skip test causing build failures (prebid#997)
  E2etest concurrency (prebid#982)
  Add ThoughtLeadr adapter (prebid#894)
  Increment Pre Version
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