Skip to content

Commit

Permalink
PBS FPD - added keywords (#3615)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg authored Mar 3, 2022
1 parent 2ecae6e commit 76eb807
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions prebid-server/features/pbs-fpd.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ First Party Data in the OpenRTB JSON in several places:
| --- | --- | --- | --- | --- |
| site.ATTR | Only standard OpenRTB attributes should be here: name, domain, cat, sectioncat, pagecat, page, ref, search, keywords. | config ortb2.site.ATTR | n/a | Stored Request |
| site.ext.data.ATTR | Any other site-related attributes should go here. | config ortb2.site.ext.data | n/a | Stored Request |
| site.keywords | Site keywords | config ortb2.site.keywords | n/a | Stored Request |
| app.ext.data.ATTR | Any app-related attributes should go here. | n/a | Targeting addContextData() | n/a |
| app.keywords | App keywords | n/a | Targeting addContextKeywords() | n/a |
| user.keywords | User keywords | config ortb2.user.keywords | addUserKeywords | n/a |
| user.ATTR | Only standard OpenRTB attributes should be here: yob, gender, keywords. | config ortb2.user.ATTR | n/a | n/a |
| user.ext.data.ATTR | Any other user-related attributes should go here. | config ortb2.user.ext.data.ATTR | Targeting addUserData() | n/a |
| imp[].ext.data.ATTR | AdUnit-specific attributes should go here. | AdUnit.ortb2.ext.data | AdUnit addContextData() | AMP targeting attribute or Stored Request |
Expand Down

0 comments on commit 76eb807

Please sign in to comment.