Skip to content

Commit

Permalink
Update nativoBidAdapter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
patmmccann authored Oct 22, 2021
1 parent ba0b9e5 commit 7e67bbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/nativoBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const spec = {
]

if (placementIds.size > 0) {
params.unshift({ key: 'ntv_ptd', value: [...placementIds].join(',') })
params.unshift({ key: 'ntv_ptd', value: placementIds.toString() })
}

if (bidderRequest.gdprConsent) {
Expand Down

1 comment on commit 7e67bbc

@patmmccann
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry this was supposed to be on #7619

Please sign in to comment.