We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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" ) );
We try to show the banner ad and where to find the CONFIG_ID in our domain server. Found this below id in demo app.
private static final String CONFIG_ID = "prebid-ita-banner-320-50";
The text was updated successfully, but these errors were encountered:
@MobileDJX If are you asking about Config Ids please refer to the documentation: https://docs.prebid.org/prebid-mobile/prebid-mobile-video-planning.html#config-id . If you are not, please clarify your request.
Sorry, something went wrong.
No branches or pull requests
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"
)
);
We try to show the banner ad and where to find the CONFIG_ID in our domain server. Found this below id in demo app.
private static final String CONFIG_ID = "prebid-ita-banner-320-50";
The text was updated successfully, but these errors were encountered: