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

Problem with account id #4046

Closed
Tuki277 opened this issue Nov 9, 2024 · 2 comments
Closed

Problem with account id #4046

Tuki277 opened this issue Nov 9, 2024 · 2 comments
Assignees

Comments

@Tuki277
Copy link

Tuki277 commented Nov 9, 2024

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.

@bretg
Copy link
Contributor

bretg commented Nov 15, 2024

@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 setPrebidServerAccountId("123") actually gets translated to in the OpenRTB is ext.prebid.storedrequest.id: "123" AND app.publisher.id: "123".

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 bretg moved this from Research to In Progress in Prebid Server Prioritization Nov 15, 2024
@Tuki277
Copy link
Author

Tuki277 commented Nov 17, 2024

@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 ?

@Tuki277 Tuki277 closed this as completed Nov 17, 2024
@github-project-automation github-project-automation bot moved this from In Progress to Done in Prebid Server Prioritization Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

2 participants