Skip to content
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

server-side adapter(s2s) to receive the ae:1 paapi flag #11894

Closed
warrrrren opened this issue Jul 1, 2024 · 4 comments · Fixed by #11899
Closed

server-side adapter(s2s) to receive the ae:1 paapi flag #11894

warrrrren opened this issue Jul 1, 2024 · 4 comments · Fixed by #11899
Assignees
Labels

Comments

@warrrrren
Copy link

Type of issue

Question

Description

How do you configure a server-side adapter(s2s) to receive the ae:1 paapi flag?

Steps to reproduce

NA

Test page

NA -Question

Expected results

Specified bidders on the prebid server should receive the ae:1 flag in their bid-requests.

Actual results

Despite enabling and configuring the paapi and fledgeForGpt modules, the ae flag is not included in the s2s bid requests.

Platform details

pbjs v8.38

@dgirardi
Copy link
Collaborator

dgirardi commented Jul 1, 2024

You didn't specify how you are configuring, but I think there's a bug where defaultForSlots: 1 is not picked up by the PBS adapter. Setting ortb2Imp: {ext: {ae: 1}} on each ad unit should work around it. Could you confirm that's what you are seeing, or if not, could you please provide more info?

@warrrrren
Copy link
Author

Hi @dgirardi yes, I was trying to use defaultForSlots: 1 . If I set ae:1 at an ad unit level will the bidder filter under the paapi config still apply?

@patmmccann patmmccann added the bug label Jul 1, 2024
@patmmccann patmmccann changed the title How do you configure a server-side adapter(s2s) to receive the ae:1 paapi flag? server-side adapter(s2s) to receive the ae:1 paapi flag Jul 1, 2024
@dgirardi
Copy link
Collaborator

dgirardi commented Jul 1, 2024

@warrrrren no. I'll have a fix shortly that will enforce them on the response side (discarding PAAPI from bidders that are not enabled). ae: 1 may still need to be set globally - bidder level requires prebid/prebid-server#2335 which is still open.

@patmmccann
Copy link
Collaborator

PBS 2335 is underway :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

Successfully merging a pull request may close this issue.

3 participants