Skip to content

Commit 3c50ff6

Browse files
monofonikbretg
authored andcommitted
corrected user sync type (#3034)
1 parent f04ff6f commit 3c50ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/playgroundxyzBidAdapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ export const spec = {
102102
}
103103
if (syncOptions.pixelEnabled) {
104104
return [{
105-
type: 'pixel',
105+
type: 'image',
106106
url: '//ib.adnxs.com/getuidnb?https://ads.playground.xyz/usersync?partner=appnexus&uid=$UID'
107107
}];
108108
}

0 commit comments

Comments
 (0)