Prebid Mobile SDK in Apps: Difference between revisions

No edit summary
No edit summary
Line 131: Line 131:


===Store-URL===
===Store-URL===
The app should include the URL of the website page associated with the app so that bidders can understand the page and bid accordingly. This typically increases bids and is therefore relevant to revenue.
The app should include the corresponding App Store/Play Store URL. Bidders pay attention to this, and it typically increases bids, so it has an impact on revenue.


====Example Android:====
====Example Android:====
<pre>
<pre>
TargetingParams.setStoreUrl("https://faz.net/aktuell");
TargetingParams.setStoreUrl("https://play.google.com/store/apps/details?id=com.example.app");
</pre>
</pre>
====Example iOS:====
====Example iOS:====
<pre>
<pre>
Targeting.shared.storeURL = "https://www.faz.net/aktuell"
Targeting.shared.storeURL = "https://apps.apple.com/app/id111111111""
</pre>
</pre>


==Appendix: How Prebid Mobile SDK and GMA SDK work==
==Appendix: How Prebid Mobile SDK and GMA SDK work==