Skip to content

Commit

Permalink
51d: correct minor issues in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
justadreamer committed Jun 5, 2024
1 parent bf9d782 commit a7b65b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions prebid-server/pbs-modules/51degrees-device-detection.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ There is no host-company level config for this module.

### Account-Level Config

To start using current module in PBS-Java you have to enable module and add `fiftyone-devicedetection-entrypoint-hook` and `fiftyone-devicedetection-raw-auction-request-hook` into hooks execution plan inside your yaml file:
To start using current module in PBS-Java you have to enable module and add `fiftyone-devicedetection-entrypoint-hook` and `fiftyone-devicedetection-raw-auction-request-hook` into hooks execution plan inside your config file:
Here's a general template for the account config used in PBS-Java:

```yaml
Expand Down Expand Up @@ -161,7 +161,7 @@ PBS-Go version of the same config:
"entrypoint": {
"groups": [
{
"timeout": 100,
"timeout": 10,
"hook_sequence": [
{
"module_code": "fiftyone-devicedetection",
Expand All @@ -174,7 +174,7 @@ PBS-Go version of the same config:
"raw_auction_request": {
"groups": [
{
"timeout": 100,
"timeout": 10,
"hook_sequence": [
{
"module_code": "fiftyone-devicedetection",
Expand Down

0 comments on commit a7b65b4

Please sign in to comment.