Prebid Mobile SDK in Apps: Difference between revisions

Line 23: Line 23:




==Wichtige Konfigurationen==
==Important configurations==
Das Prebid Mobile SDK arbeitet in unserem Fall mit Prebid Server Premium zusammen und benötigt daher ein paar Anpassungen:
In our case, the Prebid Mobile SDK works together with Prebid Server Premium and therefore needs a few adjustments:


===Host===
===Set Host===
Prebid Server Premium muss als Custom Host konfigurtiert sein. Dies erfolgt in Android so:
Prebid Server Premium must be configured as a custom host. This is done in Android like this:
<pre>
<pre>
Host custom = Host.CUSTOM;
Host custom = Host.CUSTOM;