You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm just getting started with Prebid Server and Prebid iOS SDK. I've successfully set up the development environment using the sample project, but I'm trying to extend it to handle requests from the iOS SDK and render ads from Stored Responses in the app.
What I've Done
I reviewed the sample project and have the Docker containers running.
I sent a cURL request simulating an auction request from the iOS SDK with a stored impression and stored response ID.
The Problem
The server responds with errors like Invalid request: failed to fetch stored bid response for impId.
I'm unable to confirm whether the server is even locating the stored configs because there is no logging configured in the sample setup, and I don't see clear guidance on enabling detailed server logs.
My Goal
To understand
How to configure Prebid Server to work with Stored Responses for the iOS SDK.
How to set up server-side logging/debugging to troubleshoot why stored configurations aren’t being found.
Any best practices for integrating Prebid Server and Prebid iOS SDK for this use case.
Any Suggestions?
Has anyone successfully extended the sample project for a similar setup? Any advice on configuring the server for logging and debugging stored configurations would also be greatly appreciated!
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I'm just getting started with Prebid Server and Prebid iOS SDK. I've successfully set up the development environment using the sample project, but I'm trying to extend it to handle requests from the iOS SDK and render ads from Stored Responses in the app.
What I've Done
The Problem
My Goal
To understand
Any Suggestions?
Has anyone successfully extended the sample project for a similar setup? Any advice on configuring the server for logging and debugging stored configurations would also be greatly appreciated!
Beta Was this translation helpful? Give feedback.
All reactions