Skip to content

Commit

Permalink
Update topicsFpdModule.js (prebid#9990)
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored and Michele Nasti committed Aug 25, 2023
1 parent ff2cedc commit 00f5264
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/topicsFpdModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ export const lastUpdated = 'lastUpdated';
const iframeLoadedURL = [];
const TAXONOMIES = {
// map from topic taxonomyVersion to IAB segment taxonomy
'1': 600
'1': 600,
'2': 601,
'3': 602,
'4': 603
}

function partitionBy(field, items) {
Expand Down

0 comments on commit 00f5264

Please sign in to comment.