-
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
setBidderConfig for AnalyticsAdapter #12633
Comments
Agma does not look at the auction events, they could easily change their analytics adapter to look at beforeBidRequested or BidRequested and handle those events however they see fit. The Agma analytics module is quite minimal, and we're not sure how publishers are using it. |
Looking at the agma adapter, it seems to look for ortb2 under
But this wouldn't be enough if you have other bidders with different config. FYI @steffenmllr |
Hey here 👋 we try to use the If you want to provide the info (only) for agma in every request, Also happy to discuss your usecase per email: steffen (at) mllrsohn (dot) com |
Type of issue
question
Description
I want to set a bidderConfig for an analytics-Adapter.
In detail I want to transport the ortb2-site-Informations just for orbidder + agmaAnalyticsAdapter.
I configured
pbjs.setBidderConfig({"bidders":["orbidder","agma"],"config":{"ortb2":{...}}});
orbidder works fine but agma don't get this information.
Do you have any ideas? It this possible or can AnalyticsAdapters only have access to public-configs?
The text was updated successfully, but these errors were encountered: