-
Notifications
You must be signed in to change notification settings - Fork 765
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
Problem with account id #4046
Comments
@Tuki277 - "account" in Prebid SDK is confusing. See https://docs.prebid.org/prebid-mobile/prebid-mobile-getting-started.html#accounts-and-account-settings for our attempt at explaining it and prebid/prebid-mobile-ios#946 for our attempt at fixing it. What i.e. Prebid SDK references to "account" conflate two separate things: the Prebid Server account and the "top level stored request":
Does this help? |
@bretg thank you very much. I found it, but store request feature in prebid server golang, I can not find docs create database, can you help me it ? |
I have cloned prebid server code and android pre-bidding sdk. When I run android sdk prebid.
I see setPrebidServerAccountId("0689a263-318d-448b-a3d4-b02e8a709d9d") from server test "https://prebid-server-test-j.prebid.org/openrtb2/ auction".
In my prebid server I can't find the account id to replace setPrebidServerAccountId with.
The text was updated successfully, but these errors were encountered: