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 | 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:// | 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:// | 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== | ||