Skip to content

Commit

Permalink
Update ix.md
Browse files Browse the repository at this point in the history
Updated PAAPI section links
  • Loading branch information
rimaburder-index authored Feb 28, 2025
1 parent 3722789 commit 25c8da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-docs/bidders/ix.md
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ Depending on the Prebid.js version that you are using, the steps to configure Pr
1. Build the PAAPI for GPT module in your Prebid.js configuration by adding `paapi` to the list of modules that you are already using. For more information about the module, see Prebid's [Protected Audience API (PAAPI) for GPT Module](/dev-docs/modules/paapiForGpt.html) documentation.
2. In the `pbjs.setConfig().paapi` field, set the `defaultForSlots` parameter to `1`.
3. In the `paapi.gpt.configWithTargeting` field, set `configWithTargeting` to `true`. For more control over configuring GPT slots to use PAAPI, set the `configWithTargeting` to `false` and use the `setPAAPIConfigForGPT` API. For more information about the configurations, see Prebid’s Prebid's [Protected Audience API (PAAPI) for GPT Module](/dev-docs/modules/paapiForGpt.html) documentation. <br />The following code is an example of the `defaultForSlots` and `configWithTargeting` configuration:
3. In the `paapi.gpt.configWithTargeting` field, set `configWithTargeting` to `true`. For more control over configuring GPT slots to use PAAPI, set the `configWithTargeting` to `false` and use the `setPAAPIConfigForGPT` API. For more information about the configurations, see Prebid's [Protected Audience API (PAAPI) for GPT Module](/dev-docs/modules/paapiForGpt.html) documentation. <br />The following code is an example of the `defaultForSlots` and `configWithTargeting` configuration:
```javascript
pbjs.que.push(function() {
Expand Down

0 comments on commit 25c8da0

Please sign in to comment.