farhan678 / adwhirl

Automatically exported from code.google.com/p/adwhirl
0 stars 0 forks source link

backfill to admob after millennial media does not work #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set 100% millennial media 0% admob 0% houseads
2. Set backfill priority 1 to admob

What is the expected output? What do you see instead?
I expected it'll fallback to admob, but it's not.
If admob is the first called(ie 100% allocation to admob) then in most cases it 
returns ads.
If milleniall media is first called then every backfill call to admob fails.
This causes showing house ads instead of admob. 
so % of houseads shown is much higher.
This does not happen in test mode though.

Very strange, at first i though that admob has no fill for the same users and 
millennial,  but in that case the % of house ads should not increase.

What version of the product are you using? On what operating system?
Android, adwhirl 2.5.4, latest admob sdk, latest MM sdk

Please provide any additional information below.
----
10-15 16:38:42.961: INFO/AdWhirl SDK(9737): Creating adWhirlManager...
10-15 16:38:44.251: DEBUG/AdWhirl SDK(9737): HTTP/1.1 200 OK
10-15 16:38:44.271: DEBUG/AdWhirl SDK(9737): Received jsonString: 
{"extra":{"location_on":0,"background_color_rgb":{"red":0,"green":0,"blue":0,"al
pha":1},"text_color_rgb":{"red":255,"green":255,"blue":255,"alpha":1}..........]
}
10-15 16:38:44.541: DEBUG/AdWhirl SDK(9737): Locale is: en_GB
10-15 16:38:44.561: DEBUG/AdWhirl SDK(9737): Hashed device ID is: .......
10-15 16:38:44.581: INFO/AdWhirl SDK(9737): Finished creating adWhirlManager
10-15 16:38:44.581: INFO/AdWhirl SDK(9737): Rotating Ad
10-15 16:38:44.581: DEBUG/AdWhirl SDK(9737): Dart is <24.829425206686995> of 
<100.0>
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737): Showing ad:
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737):     nid: .....
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737):     name: millennial
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737):     type: 6
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737):     key: ....
10-15 16:38:45.291: DEBUG/AdWhirl SDK(9737):     key2: 
10-15 16:38:45.351: DEBUG/AdWhirl SDK(9737): Valid adapter, calling handle()
10-15 16:38:46.561: DEBUG/AdWhirl SDK(9737): Millennial failure
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737): Showing ad:
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737):     nid: .....
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737):     name: admob
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737):     type: 1
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737):     key: ......
10-15 16:38:46.641: DEBUG/AdWhirl SDK(9737):     key2: 
10-15 16:38:46.651: DEBUG/AdWhirl SDK(9737): Valid adapter, calling handle()
10-15 16:38:47.641: DEBUG/AdWhirl SDK(9737): AdMob failure
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737): Showing ad:
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737):     nid: .....
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737):     name: millennial
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737):     type: 6
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737):     key: .....
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737):     key2: 
10-15 16:38:47.741: DEBUG/AdWhirl SDK(9737): Valid adapter, calling handle()
10-15 16:38:48.501: DEBUG/AdWhirl SDK(9737): Millennial failure
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737): Showing ad:
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737):     nid: .....
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737):     name: custom
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737):     type: 9
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737):     key: 
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737):     key2: 
10-15 16:38:48.581: DEBUG/AdWhirl SDK(9737): Valid adapter, calling handle()
10-15 16:38:49.281: DEBUG/AdWhirl SDK(9737): HTTP/1.1 200 OK
10-15 16:38:49.291: DEBUG/AdWhirl SDK(9737): Received custom jsonString: 
{"img_url":"http://s3.amazonaws.com/adrollo-custom-images/......jpg","redirect_u
rl":"http://www.instantheartrate.com/ad_iphone_on_android.jsp","metrics_url":"ht
tp://AdWhirlLB-473732162.us-east-1.elb.amazonaws.com/exclick.php?nid=.......&app
id=......&type=9&appver=200","metrics_url2":"","ad_type":1,"ad_text":"Now on 
iPhone 4. Tell your 
friends!","link_type":1,"launch_type":2,"subtext":"","webview_animation_type":4}
10-15 16:38:50.051: DEBUG/AdWhirl SDK(9737): Serving custom type: banner
10-15 16:38:50.061: DEBUG/AdWhirl SDK(9737): Added subview
10-15 16:38:50.131: DEBUG/AdWhirl SDK(9737): Pinging URL: 
http://met.adwhirl.com/exmet.php?appid=.......&nid=......&type=9&uuid=........&c
ountry_code=en_GB&appver=254&client=2
10-15 16:38:50.151: DEBUG/AdWhirl SDK(9737): Will call rotateAd() in 120 seconds

Original issue reported on code.google.com by peter.ku...@gmail.com on 15 Oct 2010 at 2:40

GoogleCodeExporter commented 9 years ago
This strictly deals with network fill. AdWhirl handles each network request 
individually and identically. If one fails, the exact same process is done for 
the next network. What you're seeing is unusual and I'm not sure of the reason 
for it, but I am certain that this is not an AdWhirl issue.

Original comment by jpin...@google.com on 15 Oct 2010 at 5:24