Skip to content

Commit 6010b2b

Browse files
krzysztofequativjefftmahoneyksieg-equativ
authored
Equativ Bid Adapter: adding information about keyword targeting (#6218)
* 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 * add examples * Update documentation URL * keyword targeting --------- Co-authored-by: Jeff Mahoney <jeff.t.mahoney@gmail.com> Co-authored-by: Krzysztof SIEG <ksieg@smartadserver.com>
1 parent 14d2e49 commit 6010b2b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

dev-docs/bidders/equativ.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,20 @@ var adUnits = [
567567

568568
Publishers should use the `ortb2` method of setting [First Party Data](https://docs.prebid.org/features/firstPartyData.html).
569569

570+
#### Keywords
571+
572+
Keyword targeting capabilities are supported. To pass keywords, the following fields can be used: `ortb2.site.keywords`, `ortb2.app.keywords`, or `ortb2.dooh.keywords`.
573+
574+
```javascript
575+
pbjs.setConfig({
576+
ortb2: {
577+
site: {
578+
keywords: 'kw_1,kw_2'
579+
}
580+
}
581+
});
582+
```
583+
570584
### Additional Resources
571585

572586
Information about how Equativ supports the oRTB specification, along with additional examples, can be found [on our OpenRTB API support site](https://help.equativ.com/open-rtb-api-integration-bid-request-specification-1).

0 commit comments

Comments
 (0)