-
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
update AJA adaptor: support native format #3504
update AJA adaptor: support native format #3504
Conversation
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 so far it looks good to me,
However, the test params for all three formats provided in the ajaBidAdapter.md
do not solicit valid bid responses.
Including the new one for native
.
Can you please provide me with information on how to ensure test params do return bid responses, as well as update the MD accordingly?
1ecb12e
to
2862bd7
Compare
@robertrmartinez
Sorry for providing invalid params. Please re-review that adaptor receive bid response. |
@naoto0822 I still am only getting a bid back for the video ad unit you provided: Is there some other configuration I am missing? |
@robertrmartinez |
@naoto0822 Thanks! I am getting a valid bid response for all now. I have a question regarding the The bid response I am getting has a Is this normal? I can see this causing issues with GPT as the Key Value pair might reach their maximum very soon causing other ad units to be filtered out possibly! Can you explain to me what AJA's stance on this is? |
@robertrmartinez
That's great !
I didn's sure that GPT as the key-value have max length.
Yes, this is normal and there were no problem with my test..... |
Ok I dug into this a little more and found a related issue #2902 Specifically this comment, which confirms my suspicions about DFP Dropping KVPS when they get too large: I spoke with the Prebid.org team and we have made this a priority to get a solution for this into PRebid-Core code. The plan is to get it done in the next week or so. Until then, we will keep this PR on hold and merge it into the same release as the Solution related to #2902 |
@robertrmartinez
OK, i understand. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
@robertrmartinez So i updated the |
@robertrmartinez
I guess that #2902 was resolved by #3573. |
@naoto0822 Sorry for the delay!! I have re-reviewed and will merge now! Thank you for your patience !! |
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.
👍 LGTM
Type of change
Description of change
Other information
doc PR is prebid/prebid.github.io#1126