Prebid Mobile SDK in Apps: Unterschied zwischen den Versionen
| (2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 20: | Zeile 20: | ||
*Prebid Server Account Id: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''', die ID ist für jede App anders, gilt innerhalb der App aber für alle Platzierungen gleich. Die ID kann aus dem Excel-Sheet entnommen werden. | *Prebid Server Account Id: '''<<<PREBID_SERVER_ACCOUNT_ID>>>''', die ID ist für jede App anders, gilt innerhalb der App aber für alle Platzierungen gleich. Die ID kann aus dem Excel-Sheet entnommen werden. | ||
*Prebid Server Url: '''https:// | *Prebid Server Url: '''https://iqdigital-pbs.relevant-digital.com/openrtb2/auction''' | ||
===Beispiel=== | ===Beispiel=== | ||
| Zeile 26: | Zeile 26: | ||
PrebidMobile.setPrebidServerAccountId("<<<PREBID_SERVER_ACCOUNT_ID>>>") | PrebidMobile.setPrebidServerAccountId("<<<PREBID_SERVER_ACCOUNT_ID>>>") | ||
PrebidMobile.setCustomStatusEndpoint("https:// | PrebidMobile.setCustomStatusEndpoint("https://iqdigital-pbs.relevant-digital.com/status") | ||
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!") | ||