Skip to content

Commit c5738d3

Browse files
AndBeyondMediaHBvladis-teqblaze
authored andcommitted
AndBeyond.Media adapter: update bidder code (prebid#9005)
* add andBeyondMedia adapter * update bidderCode * update biddercode * change andbeyond.media => andbeyond * changes * updates * rename files * updates Co-authored-by: Vlad Isaiko <[email protected]>
1 parent 50e6efb commit c5738d3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

modules/andBeyondMediaBidAdapter.md renamed to modules/beyondmediaBidAdapter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ AndBeyond.Media bid adapter supports Banner, Video (instream and outstream) and
7676
]
7777
}
7878
];
79-
```
79+
```

test/spec/modules/andBeyondMediaBidAdapter_spec.js renamed to test/spec/modules/beyondmediaBidAdapter_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { expect } from 'chai';
2-
import { spec } from '../../../modules/andBeyondMediaBidAdapter.js';
2+
import { spec } from '../../../modules/beyondmediaBidAdapter.js';
33
import { BANNER, VIDEO, NATIVE } from '../../../src/mediaTypes.js';
44
import { getUniqueIdentifierStr } from '../../../src/utils.js';
55

0 commit comments

Comments
 (0)