Skip to content

Commit

Permalink
SmileWanted : Add support for coppa, schain, media_types, safeframes,…
Browse files Browse the repository at this point in the history
… dealds, floors, prebid_member, multiformat and privacy_sandbox (prebid#5109)

Co-authored-by: QuentinGallard <[email protected]>
  • Loading branch information
QuentinGallard and QuentinGallard authored Jul 8, 2024
1 parent 7172ee1 commit eaca56f
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions dev-docs/bidders/smilewanted.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,22 @@
layout: bidder
title: Smile Wanted
description: SmileWanted Bidder Adapter
media_types: banner, video
pbjs: true
pbs: true
biddercode: smilewanted
tcfeu_supported: false
gvl_id: 639
usp_supported: true
coppa_supported: true
schain_supported: true
userIds: all
gvl_id: 639
media_types: banner, video, native
safeframes_ok: true
deals_supported: true
floors_supported: true
pbjs: true
pbs: true
prebid_member: false
multiformat_supported: will-bid-on-one
privacy_sandbox: no
sidebarType: 1
---

Expand Down Expand Up @@ -37,7 +45,7 @@ You can add `#sw_test_campaign` to the end of any URL. This will have the effect

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.

```
```javascript
pbjs.setConfig({
userSync: {
iframeEnabled: true,
Expand Down

0 comments on commit eaca56f

Please sign in to comment.