-
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
Add Native ad capability to AdYouLike adapter #6198
Merged
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
32adbfc
Merge remote-tracking branch 'origin/master'
guiann 140b538
Remove useless bidderCode in bid response
guiann 1bd5a3a
Merge remote-tracking branch 'guiann-prebid/master'
guiann 613824c
Merge remote-tracking branch 'origin/master'
guiann 8fb7857
Merge remote-tracking branch 'origin/master'
guiann 21734b3
Merge branch 'master' into adYouLike-handleMultipleSizes
guiann e4a5f63
send all the available sizes in the bid request
guiann 111dc49
Merge branch 'adYouLike-handleMultipleSizes'
guiann 908eaab
Merge remote-tracking branch 'origin/master'
guiann edf4cd3
Use the banner sizes if given
guiann 008ded4
avoid compatibility issue with old bid format
guiann 9664b1a
Merge remote-tracking branch 'origin/master'
guiann b46765a
Merge remote-tracking branch 'Adyoulike/master'
guiann 1a4f452
Merge remote-tracking branch 'Adyoulike/master'
guiann c8cf2fc
Merge remote-tracking branch 'origin/master'
guiann 24af97c
Merge remote-tracking branch 'origin/master'
guiann f945f2a
Merge remote-tracking branch 'origin/master'
guiann 6440311
Merge remote-tracking branch 'Adyoulike/master'
guiann 6844fab
ad iframe and publisher domain paramters to bid requests
guiann 679c963
add publisher domain info in ad request
guiann 5a44ef4
add a check in unit tests for publisherDomain
guiann 4188bb5
Merge branch 'AYL-addIframeInfo'
guiann 8dda59f
encode uri components
guiann 592a1ed
Merge remote-tracking branch 'origin/master'
guiann 63bfe7c
add native assets support
guiann 3919556
add native information to ad request
guiann 29cb464
fix native ad parsing
guiann ddd117c
fix nativ condition to set mediatype
guiann 1398aaa
fix image access and add trackers
guiann 8552e63
fix and add unit test on native ad
guiann 29cd8c1
update md file
guiann 7e58dab
Merge remote-tracking branch 'origin/master'
guiann 86aead0
Merge branch 'adyoulike-nativeAd'
guiann 24530ff
remove usage of URLSearchParams
guiann 52575ea
allox pure native ad with no adm provided
guiann bfa5c29
Merge tag '4.23.0'
guiann 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
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
Oops, something went wrong.
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.
Looks like an accidental space in the placement. Very minor, but it could throw some people off.
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.
Indeed, will be fixed in a future release. thx