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

HADRN-1004 #7

Open
wants to merge 42 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5c246b3
IQzone Bid Adapter : update user sync domain (#12320)
IQZoneAdx Oct 18, 2024
1fed96d
Sparteo Bid Adapter: Adapt error messages following param deprecation…
tanguylemeur-sparteo Oct 18, 2024
22a169f
Greenbids RTD Module : add flag to disable filtering (#12331)
maelmrgt Oct 18, 2024
b8dcc7c
Improve Digital Bid Adapter: Bid floor is sent in USD when possible (…
lyubomirshishkov Oct 19, 2024
1cdbb9d
LiveIntent User ID Module: Add DEFAULT_DELAY (#12334)
3link Oct 19, 2024
68f879a
sparteoBidAdapter: add adUnitCode (#12305)
tanguylemeur-sparteo Oct 19, 2024
c84b201
Richaudience Bid Adapter : add gvlid to alias (#12330)
muuki88 Oct 19, 2024
f1b4705
tnc Id System : fixes for docs and performance improvements (#12315)
annavane Oct 20, 2024
0960bcb
Ads Interactive Bid Adpter : add gvlid (#12324)
AdsInteractive Oct 21, 2024
49798b7
Viqeo Bid Adapter: Updated endpoint (#12338)
kinoshnik2070 Oct 21, 2024
4b46054
Aniview Bid Adapter: oRTB support; Plain banner support; Refactoring …
s-solodovnikov Oct 21, 2024
1f0dba2
51Degrees RTD submodule: add `crossorigin` attribute to `script` tag …
jwrosewell Oct 21, 2024
18ae4dc
ads_interactiveBidAdapter: fix broken test (#12350)
dgirardi Oct 21, 2024
fa44eac
Criteo bid adapter: write cookie only on TLD+1 (#12323)
dzhang-criteo Oct 22, 2024
c90f9b3
docereeAdManager Bid Adapter : updated bid adapter (#12333)
Doceree-techStack Oct 22, 2024
24306f3
Kimberlite Bidder Adapter: expand auction price & currency macros (#1…
solta-dev Oct 22, 2024
d607364
Core: fix missing BID_WON for some native ad units (#12349)
dgirardi Oct 22, 2024
cce8964
Core: do not send native targeting keys on ortb requests (#12348)
dgirardi Oct 22, 2024
2fb16e2
gptPreAuction: fix missing gpid when using mcmEnabled (#12356)
dgirardi Oct 22, 2024
75f2a1f
Grid bid adapter add ortb2 device (#11786)
jwrosewell Oct 22, 2024
ac44557
IntentIq ID & Analytics Modules : manual reporting, bug fixes, refact…
dLepetynskyiIntentiq Oct 23, 2024
d7c8547
PAAPI: parallel contextual and IG auctions (#12205)
dgirardi Oct 23, 2024
91587a1
Revert "gptPreAuction: fix missing gpid when using mcmEnabled (#12356…
dgirardi Oct 23, 2024
0c310c3
gptPreAuction: fix missing gpid when using mcmEnabled (#12361)
dgirardi Oct 23, 2024
c012232
Paapi: log error instead of warning when auction configs are received…
dgirardi Oct 23, 2024
6fc52d6
Permutive Identity Manager: initial implementation (#12337)
talbotja Oct 24, 2024
8b5d33e
Supporting multi-format ads in prebid (#12265)
antosarho Oct 24, 2024
d4f57ee
bidResponseFilter Module : do not run if not configured (#12362)
dgirardi Oct 24, 2024
51f329e
Contxtful Bid Adapter : initial release (#12256)
sebastienrufiange Oct 24, 2024
34f0a55
Prebid 9.17.0 release
prebidjs-release Oct 24, 2024
aafef47
Increment version to 9.18.0-pre
prebidjs-release Oct 24, 2024
260a1b6
Preciso Bid adapter : Native implemented (#12278)
NikhilGopalChennissery Oct 24, 2024
9073a02
Showheroes Bid Adapter : full rework of the adapter (#12283)
FilipStamenkovic Oct 25, 2024
80fbc98
QortexRtdProvider: Supports new Qortex bid enrichment process (#12173)
shilohannese Oct 25, 2024
6ae5759
Appnexus Bid Adapter: Copy video over to custom native fields so it c…
JaroVDH Oct 25, 2024
1ca84d7
Add sizes... again... (#12371)
robertrmartinez Oct 25, 2024
3a2d06e
LiveIntent UserId Module : add support for sharethrough, sonobi, vida…
3link Oct 28, 2024
a1685f3
don't use localStorage for storing and minimize its use for reading
jlaso Jul 26, 2024
e545e7b
don't use localStorage for storing and minimize its use for reading
jlaso Jul 26, 2024
c1e4b33
restoring value of hadronId in storage (doc)
jlaso Aug 5, 2024
d08ec1e
making tests pass
jlaso Oct 29, 2024
961eb59
making test pass
jlaso Oct 29, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Richaudience Bid Adapter : add gvlid to alias (prebid#12330)
* add gvlid to alias

Prebid.js doesn't use the `spec.gvlid` for aliases as it seems. In order to avoid `gvlMapping` definitions, the shorter alias also gets a gvlid

* Fix alias test

* Use deep equal
  • Loading branch information
muuki88 authored Oct 19, 2024
commit c84b201edd21a7dd01d858e995892197f5946730
2 changes: 1 addition & 1 deletion modules/richaudienceBidAdapter.js
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ let REFERER = '';
export const spec = {
code: BIDDER_CODE,
gvlid: 108,
aliases: ['ra'],
aliases: [{code: 'ra', gvlid: 108}],
supportedMediaTypes: [BANNER, VIDEO],

/***
2 changes: 1 addition & 1 deletion test/spec/modules/richaudienceBidAdapter_spec.js
Original file line number Diff line number Diff line change
@@ -796,7 +796,7 @@ describe('Richaudience adapter tests', function () {

it('Verifies bidder aliases', function () {
expect(spec.aliases).to.have.lengthOf(1);
expect(spec.aliases[0]).to.equal('ra');
expect(spec.aliases[0]).to.deep.equal({code: 'ra', gvlid: 108});
});

it('Verifies bidder gvlid', function () {