Prebid Mobile SDK in Apps: Difference between revisions

(Created page with "==Introduction== The Prebid Mobile SDK serves to integrate different header bidding providers in one app, and these providers can then make initial bids for the available ad p...")
 
Line 36: Line 36:
[https://docs.prebid.org/prebid-mobile/pbm-api/ios/prebidmobile-object-ios.html Anleitung iOS Custom Host]
[https://docs.prebid.org/prebid-mobile/pbm-api/ios/prebidmobile-object-ios.html Anleitung iOS Custom Host]


===Account ID Setzen===
===Set Account ID===
Es muss zusätzlich unsere Account ID gesetzt werden.
Our account ID must also be set.
<pre>PrebidMobile.setPrebidServerAccountId("6975");</pre>
<pre>PrebidMobile.setPrebidServerAccountId("6975");</pre>