Skip to content

Commit 9f337a5

Browse files
committed
optable-targeting: fix lint issues
1 parent be2e4e2 commit 9f337a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

prebid-server/pbs-modules/optable-targeting.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -278,31 +278,27 @@ mvn clean package --file extra/pom.xml
278278
```
279279

280280
{:start="2"}
281-
282281
2. In the `sample/configs/prebid-config-optable.yaml` file specify the `api-endpoint` URL of your DCN, f.e.:
283282

284283
```yaml
285284
api-endpoint: https://example.com/v2/targeting
286285
```
287286

288287
{:start="3"}
289-
290288
3. Start server bundle JAR as described in [Running project](https://github.com/prebid/prebid-server-java/blob/master/docs/run.md#running-project), e.g.
291289

292290
```bash
293291
java -jar target/prebid-server-bundle.jar --spring.config.additional-location=sample/configs/prebid-config-optable.yaml
294292
```
295293

296294
{:start="4"}
297-
298295
4. Run sample request against the server as described in [the sample directory](https://github.com/prebid/prebid-server-java/tree/master/sample), e.g.
299296

300297
```bash
301298
curl http://localhost:8080/openrtb2/auction --data @extra/modules/optable-targeting/sample-requests/data.json
302299
```
303300

304301
{:start="5"}
305-
306302
5. Observe the `user.ext.eids` and `user.ext.data` objects enriched.
307303

308304
## Maintainer contacts

0 commit comments

Comments
 (0)