Skip to content

Commit

Permalink
Update 1plusXRtdProvider.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Jun 13, 2023
1 parent 200ea7b commit 8b22b77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/1plusXRtdProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ const getTargetingDataFromPapi = (papiUrl) => {
export const buildOrtb2Updates = ({ segments = [], topics = [] }) => {
const userData = {
name: ORTB2_NAME,
segment: segments.map((segmentId) => ({ id: segmentId }))
segment: segments.map((segmentId) => ({ id: segmentId })),
ext: { segtax: segtaxes.AUDIENCE }
};
const siteContentData = {
name: ORTB2_NAME,
Expand Down

0 comments on commit 8b22b77

Please sign in to comment.