diff --git a/modules/topicsFpdModule.js b/modules/topicsFpdModule.js index f5a3c0a2c70..4cb11af48fc 100644 --- a/modules/topicsFpdModule.js +++ b/modules/topicsFpdModule.js @@ -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) {