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

ImpactifyBidAdapter - Already removed syncStore returned into bidder and prevent any bidRequest for prebid.js >= 8.22.0 #12377

Closed
vlyby-nadja opened this issue Oct 29, 2024 · 2 comments

Comments

@vlyby-nadja
Copy link

Type of issue

Bug

Description

Because of former issues, this line was removed with Prebid version 7.48.0 (https://github.com/prebid/Prebid.js/pull/9890/files), but returned in version 8.22.0:
5bea607#diff-dda596ef1d4adade492fe9fbd9bdb7148b0477abd765595acc6300b6aac24f27R164

Problem is, the syncStore is undefined and the bidder is not able to generate any bidRequest:
image

Steps to reproduce

Using the bidder on a page with a CMP including usp consent data.

Test page

Expected results

Without this line in the bidder the bidRequest can be generated.

Actual results

No bidRequest can be generated.

Platform details

Prebid.js >= 8.22.0

Other information

@dgirardi
Copy link
Collaborator

@dgirardi
Copy link
Collaborator

Closing with #12332

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

Successfully merging a pull request may close this issue.

2 participants