Skip to content

Commit

Permalink
fix: pangle md
Browse files Browse the repository at this point in the history
  • Loading branch information
pangle-fe committed Sep 7, 2023
1 parent 7643e32 commit 906dccd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions dev-docs/bidders/pangle.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ var adUnits = [
{
bidder: "pangle",
params: {
placementid: '1234', // string - required
appid: '1234' // string - required
token: "aaaaa",
placementid: '1234', // string
appid: '1234' // string
}
}
]
Expand All @@ -58,7 +59,7 @@ var adUnits = [

### User Sync

Add the following code to enable user sync. Smile Wanted strongly recommends enabling user syncing through iFrames. This functionality improves partners' user match rates and increases the Smile Wanted bid rate and bid price. Be sure to call `pbjs.setConfig()` only once.
Add the following code to enable user sync. Pangle strongly recommends enabling user syncing through iFrames. This functionality improves partners' user match rates and increases the Pangle bid rate and bid price. Be sure to call `pbjs.setConfig()` only once.

```javascript
pbjs.setConfig({
Expand Down

0 comments on commit 906dccd

Please sign in to comment.