Skip to content

Commit

Permalink
remove RTD related files
Browse files Browse the repository at this point in the history
  • Loading branch information
aymeric45 committed May 28, 2024
1 parent 76f716c commit 727beef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 81 deletions.
21 changes: 3 additions & 18 deletions modules/luceadBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,6 @@ In order to use this adapter, you also need to include the Lucead RTD Provider m

## Adapter configuration

Here is the configuration you need to add to your Prebid integration, in order to use this adapter:

```javascript
pbjs.setConfig({
realTimeData: {
dataProviders: [
{
name: 'lucead',
waitForIt: true,
},
],
},
});
```

## Ad units parameters

### Type definition
Expand All @@ -46,10 +31,10 @@ const adUnits=[
sizes:[[300,250]],
bids:[
{
bidder:'lucead',
bidder: 'lucead',
params:{
placementId:'1',
region:'us', // optional: 'eu', 'us', 'ap'
placementId: '1',
region: 'us', // optional: 'eu', 'us', 'ap'
}
}
]
Expand Down
44 changes: 0 additions & 44 deletions modules/luceadRtdProvider.js

This file was deleted.

19 changes: 0 additions & 19 deletions test/spec/modules/luceadRtdProvider_spec.js

This file was deleted.

0 comments on commit 727beef

Please sign in to comment.