Prebid Mobile SDK in Apps: Difference between revisions
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
*Prebid Server Account ID: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''', the ID is different for each app, but is the same for all placements within the app. The ID can be found in the Excel sheet. | *Prebid Server Account ID: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''', the ID is different for each app, but is the same for all placements within the app. The ID can be found in the Excel sheet. | ||
*Prebid Server Url: '''https:// | *Prebid Server Url: '''https://iqdigital-pbs.relevant-digital.com/openrtb2/auction''' | ||
===Example=== | ===Example=== | ||
| Line 26: | Line 26: | ||
PrebidMobile.setPrebidServerAccountId("<<<PREBID_SERVER_ACCOUNT_ID>>>") | PrebidMobile.setPrebidServerAccountId("<<<PREBID_SERVER_ACCOUNT_ID>>>") | ||
PrebidMobile.setCustomStatusEndpoint("https:// | PrebidMobile.setCustomStatusEndpoint("https://iqdigital-pbs.relevant-digital.com/s | ||
tatus") | tatus") | ||
PrebidMobile.initializeSdk( | PrebidMobile.initializeSdk( | ||
applicationContext, | applicationContext, | ||
"https:// | "https://iqdigital-pbs.relevant-digital.com/openrtb2/auction") { status -> | ||
if (status == InitializationStatus.SUCCEEDED) { | if (status == InitializationStatus.SUCCEEDED) { | ||
Log.d(TAG, "SDK initialized successfully!") | Log.d(TAG, "SDK initialized successfully!") | ||