Skip to content

Commit

Permalink
Rename rtbdemandAdkBidAdapter.js to rtbdemandadkBidAdapter.js (prebid…
Browse files Browse the repository at this point in the history
…#2553)

* Rename rtbdemandAdkBidAdapter.js to rtbdemandadkBidAdapter.js

* Update and rename rtbdemandAdkBidAdapter_spec.js to rtbdemandadkBidAdapter_spec.js

* Update and rename rtbdemandAdkBidAdapter.md to rtbdemandadkBidAdapter.md
  • Loading branch information
rtbdemand authored and AdSpacesDevelopers committed Jan 30, 2019
1 parent ba88b4c commit 94fcd92
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Overview

```
Module Name: RtbdemandAdk Bidder Adapter
Module Name: Rtbdemandadk Bidder Adapter
Module Type: Bidder Adapter
Maintainer: shreyanschopra@rtbdemand.com
```

# Description

Connects to RtbdemandAdk whitelabel platform.
Connects to Rtbdemandadk whitelabel platform.
Banner and video formats are supported.


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {expect} from 'chai';
import {spec} from 'modules/rtbdemandAdkBidAdapter';
import {spec} from 'modules/rtbdemandadkBidAdapter';
import * as utils from 'src/utils';

describe('RtbdemandAdk adapter', () => {
describe('rtbdemandadk adapter', () => {
const bid1_zone1 = {
bidder: 'rtbdemandadk',
bidId: 'Bid_01',
Expand Down

0 comments on commit 94fcd92

Please sign in to comment.