Question regarding the Vungle plugin for Amazon

I want to use the Vungle plugin for an amazon app and now wonder if it is enough to create one Vungle dashboard entry for the amazon app on Vungle OR if I also have to keep in mind the Android devices (for an app sold via Amazon) and have to create another Vungle entry for Android also, even if the app is sold via Amazon only?

How does this work?

Is the Vungle set for Amazon only working for kindle devices?

I’m asking because there also is this code which seems to differentiate between amazon and android:

if (platform == "Android") then appData = { appID="ANDROID\_APP\_ID", placement1 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_1", placement2 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_2", placement3 = "ANDROID\_PLACEMENT\_REFERENCE\_ID\_3" } else if (platform == "Amazon") then appData = { appID="AMAZON\_APP\_ID", placement1 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_1", placement2 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_2", placement3 = "AMAZON\_PLACEMENT\_REFERENCE\_ID\_3" } end

What do I have to keep in mind when I want to have Vungle work on all devices a user can get the app for via the Amazon App store?

Any help welcome!

For Amazon you only need a single “Amazon placement”.  If you want to support Google Play as well then you will need two placements.

I don’t want to support Google Play from inside an app which was downloaded in the amazon store. I just wonder if a user with, for example an not amazon Android device who is downloading an app from Amazon is still seeing the Vungle ads when he is not using a Kindle? So this seems the case then, right? Then everything should be fine with one single “Amazon placement” I guess.

Thanks for your help!

For Amazon you only need a single “Amazon placement”.  If you want to support Google Play as well then you will need two placements.

I don’t want to support Google Play from inside an app which was downloaded in the amazon store. I just wonder if a user with, for example an not amazon Android device who is downloading an app from Amazon is still seeing the Vungle ads when he is not using a Kindle? So this seems the case then, right? Then everything should be fine with one single “Amazon placement” I guess.

Thanks for your help!