-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
QuantumBidAdapter usersync bugfix #2700
Merged
Merged
Changes from 34 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
238ab74
quantumBidAdapter initial commit
b18c512
eslint errors fixed
c9136b8
Merge remote-tracking branch 'upstream/master'
56068a5
updating quantumBidAdapter for reviews, fixed tests to work with native
d24543e
set new prebid location for testing and some fixing
b5ad2b4
Merge remote-tracking branch 'remotes/upstream/master'
0a69792
added supportedMediaTypes
535e20d
Tests fixed
12f95cb
Fixed issues with image assets. Tested with the example provided
d655ebb
Size and tests fixed
photonx 5a96550
Merge remote-tracking branch 'upstream/master'
photonx d99806e
Modify tests
photonx 6f8fe02
hello world revert changes
sami-elasticad afa6cb2
Merge remote-tracking branch 'upstream/master'
sami-elasticad 9b59f42
package-lock reverted
sami-elasticad e028cf6
hello world reverted CRLF/LF Conversion
sami-elasticad aed0363
hello world reverted LF/CRLF Conversion
sami-elasticad 9c2d313
hello world reverted
sami-elasticad 2ecd6d2
hello world reverted
sami-elasticad 769eb9f
hello world reverted
sami-elasticad 04e13ae
removed hardcoded bid sizes
sami-elasticad afdf32e
Merge remote-tracking branch 'upstream/master'
sami-elasticad 0022170
GDPR integration
sami-elasticad dede438
Merge remote-tracking branch 'upstream/master'
sami-elasticad 071a57a
GDPR support - change quantx_gdpr to (0,1) values accepted
sami-elasticad 5ec4de6
restored package-lock
sami-elasticad 10a0cf3
GDPR tests
sami-elasticad 68282c5
GDPR tests fixed
sami-elasticad 2b30f97
Send width/height with native assets
sami-elasticad 7345b5e
Merge remote-tracking branch 'upstream/master'
sami-elasticad 3e856e1
Fixed native images bug
sami-elasticad 373fdff
usersync bugfixed
sami-elasticad b11df6d
usersync bugfixed
sami-elasticad cdf5297
usersync bugfixed
sami-elasticad 6408074
send user sync pixels as images all the time
sami-elasticad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To clarify the intent here - do you want to only use one type of pixel per auction?
Further, the
userSync
feature defaults thepixelEnabled
field totrue
and the iframe pixels are opt-in via the config. So your iframe pixels will only drop with specific config options; ieMy assumption is this would create a heavier bias towards image-based pixels. Is that a concern?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi. Thank you for your review. From our side all sync pixels are images. I will modify to send all the time 'image' type.