Adrotator / AdrotatorV2

A highly customizable ad rotator component for Windows Phone and Windows 8 platforms, supporting the XAML, WinJS, Silverlight, XNA and Monogame frameworks.
24 stars 22 forks source link

xml config issue #71

Open Bo-B opened 8 years ago

Bo-B commented 8 years ago

Hi,

I am having an issue when I try to divide traffic between Pubcenter and AdDuplex. It seems like I only can send all the traffic either to Pubcenter or to AdDuplex. Take a look at my xml config file, I set up multiple culture descriptors with different shares between ad networks but it seems like all my traffic from every country is going to PubCenter. What my be the reason for that?

Link to xml config file:

https://www.dropbox.com/s/h5bx41sno5tfduj/defaultAdSettings.xml?dl=0

SimonDarksideJ commented 8 years ago

If you try with just AdDuplex in your config do you get ads? Also, if you try AdDuplex without AdRotator do you get ads on your ID?

Note, probability 0 means that provider is disabled :D

Bo-B commented 8 years ago

Hi,

thanks on your quick response.

I do get ads if I try with AdDuplex only. I also have three 292x60 AdDuplex ad spaces in my game for which I don’t use AdRotator and they are working without a problem. The most interesting thing is that if I only set default culture descriptor without culture descriptors for individual countries everything works fine and I can set for example Pubcenter to 50 and AdDuplex to 50 and all works as expected, but if I add culture descriptors for individual countries than I only get Pubcenter ads (maybe it has something to do with some of these country specific culture descriptors because they usually set Pubcenter to 100 and AdDuplex to 0).