Skip to content

Commit 52aff9e

Browse files
Equativ Bid Adapter: fixing compatibilities (#5963)
* SADR-6590: initial documentation for Equativ JS bid adapter * SADR-6590: doc refinements * Update equativ.md SADR-6590: adjustments to doc from review feedback. * SADR-6590: fix linting issues * SADR-6590: another linting issue * update app.publisher.id * SADR-6590: providing link to Equativ OpenRTB API documentation * SADR-6590: providing additional required fields for documentation * SADR-6590: adding peer answers to questions * SADR-6590: remove FPD section for now * Equativ: updating documentation on bid adapter parameter requirements * SADR-6882: expanding documentation with additional examples * update features * added info about first party data --------- Co-authored-by: Jeff Mahoney <jeff.t.mahoney@gmail.com>
1 parent 7b3776d commit 52aff9e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

dev-docs/bidders/equativ.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,19 @@ dsa_supported: true
88
gvl_id: 45
99
usp_supported: true
1010
coppa_supported: true
11-
gpp_sids: tcfeu, usp
11+
gpp_sids: tcfca, tcfeu, usnat, usstate_all, usp
1212
schain_supported: true
1313
dchain_support: false
1414
userIds: all
15-
media_types: banner
15+
media_types: banner, video, native
1616
safeframes_ok: true
1717
deals_supported: false
1818
floors_supported: true
19-
fpd_supported: false
19+
fpd_supported: true
2020
pbjs: true
21-
pbs: true
21+
pbs: false
2222
prebid_member: false
23-
multiformat_supported: will-bid-on-one
23+
multiformat_supported: will-bid-on-any
2424
ortb_blocking_supported: true
2525
privacy_sandbox: no
2626
sidebarType: 1
@@ -348,6 +348,10 @@ pbjs.que.push(function () {
348348
{: .alert.alert-warning :}
349349
**Note**: If a demand partner of Equativ is not capable of reading an audio object, the audio object will be converted into a video object with audio mime types. There is, as of this writing, no built-in/default support for serving audio assets in Prebid, so publishers that wish to do so will need to ensure their ad server setups can process whatever hand-offs are necessary.
350350

351+
### First Party Data
352+
353+
Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html).
354+
351355
### Additional Resources
352356

353357
Information about how Equativ supports the oRTB specification, along with additional examples, can be found [on our OpenRTB API support site](https://help.smartadserver.com/s/article/OpenRTB-API-for-suppliers-Bid-request-specification-Part-1).

0 commit comments

Comments
 (0)