Skip to content

Commit

Permalink
Aniview Bid Adapter: add a new alias and update the doc (#7262)
Browse files Browse the repository at this point in the history
* Support new aniview bid adapter

* Support new aniview bid adapter

* Support new aniview bid adapter

* Support new aniview bid adapter

* Fix Consent parameters

* Update aniviewBidAdapter.js

V3 support

* Update aniviewBidAdapter.js

* Update aniviewBidAdapter.js

Update refererInfo

* Update aniviewBidAdapter.js

Fix tabs and spaces

* Update aniviewBidAdapter.js

fixes

* Update aniviewBidAdapter.js

* Update aniviewBidAdapter.js

Add ccpa support

* Update aniviewBidAdapter.js

Typo

* Update aniviewBidAdapter.js

* Update aniviewBidAdapter.js

* Fix size and sample

Fixed sizes from playerSize
Updated md sample

* Fix tabs

* Fix sizes

* Recheck

* Add tgt parameter

* Update sample

* Add support for cookie sync + tests

* Add support for cookie sync + tests

* Add support for cookie sync + tests

* Support aliases

Support aliases

* Update

Update

* Fix lint

Fix lint

* Update spec

Update spec

* Aniview Bid Adapter: Added the new alias

* Aniview Bid Adapter: Added the new configs for the renderer

* Aniview Bid Adapter: Added unit tests for the renderer

* Aniview Bid Adapter: Have added gvlid

* Aniview Bid Adapter: added meta.advertiserDomains to bidResponse and extended cookie sync logic

* Support BANNER mediaType

Support BANNER mediaType

* Aniview BANNER support

Fix spaces

* Aniview Bid Adapter: add a new alias and update the doc

Co-authored-by: Itay Nave <[email protected]>
Co-authored-by: Itay Nave <[email protected]>
  • Loading branch information
3 people authored Aug 4, 2021
1 parent d4ad23f commit 95456b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/aniviewBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ function getUserSyncs(syncOptions, serverResponses) {
export const spec = {
code: BIDDER_CODE,
gvlid: GVLID,
aliases: ['avantisvideo', 'selectmediavideo', 'vidcrunch'],
aliases: ['avantisvideo', 'selectmediavideo', 'vidcrunch', 'openwebvideo'],
supportedMediaTypes: [VIDEO, BANNER],
isBidRequestValid,
buildRequests,
Expand Down
2 changes: 1 addition & 1 deletion modules/aniviewBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Maintainer: [email protected]

Connects to ANIVIEW Ad server for bids.

ANIVIEW bid adapter supports Video ads currently.
ANIVIEW bid adapter supports Banner and Video currently.

For more information about [Aniview](http://www.aniview.com), please contact [[email protected]]([email protected]).

Expand Down

0 comments on commit 95456b6

Please sign in to comment.