这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Changes from all commits
Commits
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
4 changes: 2 additions & 2 deletions modules/azerionedgeRtdProvider.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Compile the Azerion Edge RTD module (`azerionedgeRtdProvider`) into your Prebid
along with the parent RTD Module (`rtdModule`):

```bash
gulp build --modules=rtdModule,azerionedgeRtdProvider,improvedigitalBidAdapter
gulp build --modules=rtdModule,azerionedgeRtdProvider
```

Set configuration via `pbjs.setConfig`.
Expand Down Expand Up @@ -99,7 +99,7 @@ as exception, as shown below:
To view an example:

```bash
gulp serve-fast --modules=rtdModule,azerionedgeRtdProvider,improvedigitalBidAdapter
gulp serve-fast --modules=rtdModule,azerionedgeRtdProvider
```

Access [http://localhost:9999/integrationExamples/gpt/azerionedgeRtdProvider_example.html](http://localhost:9999/integrationExamples/gpt/azerionedgeRtdProvider_example.html)
Expand Down