floatinghotpot / cordova-plugin-flurry

Cordova plugin to support Flurry (analytics and advertisement)
MIT License
19 stars 13 forks source link

Ad Placement type: Determined by SDK? #29

Open kongwenbin opened 9 years ago

kongwenbin commented 9 years ago

I noticed that after running my app after implementing your plugin, in my dev console (publisher tab), there will be a "BOTTOM_BANNER" was being created with the placement type "Determined by SDK".

Am I supposed to modify its "Placement" type to any of the 4 choices (e.g. Banner Bottom) or do I just leave it as it is in order for the plugin to work?

Below are the list of ad placement dropdown choices (it does not include "Determined by SDK")

  1. Banner Top
  2. Banner Bottom
  3. Fullscreen
  4. Stream
jason-engage commented 9 years ago

@kongwenbin Hey did you figure out how to generate new banner ids from dev.flurry.com (for ios and android)? It seems that the SDK is necessary...

And in order to test the plugin did you use the keys that are provided in the readme?

kongwenbin commented 9 years ago

@jason-engage I tried to create my own ad placement (e.g. banner) using the dev console, but when I use the plugin, I don't see any ways for me to reference to it, even though I uses my own key.

However, the plugin will create a new ad placement called "BOTTOM_BANNER", with the type of "Determined by SDK". You can try.

I am not sure what that ad placement type means though, that's why I posted this question and was hoping someone can share more about it :)