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

Need clarification about the usage of ID's #719

Open
MobileDJX opened this issue Dec 4, 2023 · 1 comment
Open

Need clarification about the usage of ID's #719

MobileDJX opened this issue Dec 4, 2023 · 1 comment

Comments

@MobileDJX
Copy link

We already setup the prebid-server in our domain. The server is woking fine and Mobile SDK package also working.
For example,

PrebidMobile.setPrebidServerAccountId("123456");
PrebidMobile.setCustomStatusEndpoint("http://example.com:8080/status");
PrebidMobile.setPrebidServerHost(
Host.createCustomHost(
"http://example.com:8080/openrtb2/auction"
)
);

Mentioned above, PrebidServerAccountId is not work. From my domain, where to find this PrebidServerAccountId and also need more detail about the below IDs and where to find and use.

private static final String AD_UNIT_ID = "/21808260008/prebid_demo_app_original_api_banner";
private static final String CONFIG_ID = "prebid-ita-banner-320-50";

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

No branches or pull requests

2 participants