Skip to content

Commit

Permalink
FPD: update segments to new segtax format (#2922)
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Apr 29, 2021
1 parent c421be3 commit 1780c92
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions features/firstPartyData.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ pbjs.setConfig({
content: {
userrating: "4",
data: [{
"name": "www.dataprovider1.com",
"ext": { "taxonomyname": "iab_content_taxonomy" },
"segment": [
{ "id": "687" },
{ "id": "123" }
name: "www.dataprovider1.com",
ext: { "segtax": 1 },
segment: [
{ id: "687" },
{ id: "123" }
]
}]
},
Expand All @@ -83,7 +83,7 @@ pbjs.setConfig({
keywords: "a,b",
data: [{
name: "dataprovider.com",
ext: { taxonomyname: "iab_audience_taxonomy" },
ext: { segtax: 3 },
segment: [
{ id: "1" }
]
Expand Down

0 comments on commit 1780c92

Please sign in to comment.