Skip to content

Commit

Permalink
corrected user sync type (prebid#3034)
Browse files Browse the repository at this point in the history
  • Loading branch information
monofonik authored and StefanWallin committed Sep 28, 2018
1 parent cea822a commit 417098f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/playgroundxyzBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const spec = {
}
if (syncOptions.pixelEnabled) {
return [{
type: 'pixel',
type: 'image',
url: '//ib.adnxs.com/getuidnb?https://ads.playground.xyz/usersync?partner=appnexus&uid=$UID'
}];
}
Expand Down

0 comments on commit 417098f

Please sign in to comment.