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
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";
The text was updated successfully, but these errors were encountered:
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";
The text was updated successfully, but these errors were encountered: