Questions tagged [adcolony]

AdColony is a mobile video advertising company whose proprietary Instant-Play™ technology serves razor sharp, full-screen video ads instantly in HD across its network of iOS and Android apps, eliminating the biggest pain points in mobile video advertising: long load times and grainy, choppy video etc

90 questions
2
votes
1 answer

This MoPub giving me headache

Anyone have any idea how to serve Adcolony ads via MoPub mediation? Only this MoPub knows what kind of documentation they have posted in their developers section. Information are here and there along with depreciated…
Fresco
  • 343
  • 3
  • 13
2
votes
0 answers

AdColony with AdMob Mediation. JNI_OnLoad

In my Android game, I want to use AdColony with AdMob Mediation. So, I did all by the tutorial: https://developers.google.com/admob/android/mediation/adcolony I modified my build.gradle, added Activities, etc. But AdColony ads doesn't work. Here is…
Andrey
  • 21
  • 2
2
votes
1 answer

How to show Video Ad (AdColony)

I have an application in which I want to integrate VIDEO AD from AdColony. When the user clicks on the button, the loadAd() method is triggered, and after that onRequestFilled. But after calling show() nothing happens. Here's class with all methods…
2
votes
1 answer

AdColony causes Force close during Vungle ad

I have a problem. I implemented AdColony rewarded ads through Admob mediation. It works itself. Then I implemented Vungle rewarded ads also through Admob mediation. The problem is that AdColony requires each of Activities to have AdColony.Pause()…
Grzegorz
  • 35
  • 3
2
votes
1 answer

ADCOLONY 2.6.1.1 [info] Ads are not ready for zone

I decided to include ads to my app which is under development and is not yet released. I created two zones in AdColony Dashboard, both are active and in "Show Test Ads only" mode but I still get this message from both in log even though…
EBDOKUM
  • 1,696
  • 3
  • 15
  • 33
2
votes
1 answer

AdColony proguard error

I include AdColony in my android app and now I am trying to export my app with proguard. I found configuration for AdColony here and here. I tried to include them separately and together into proguard.cfg, but it doesn't work. Configurations:…
Nolesh
  • 6,848
  • 12
  • 75
  • 112
2
votes
0 answers

AdColony - HeyZap - Swift - Ad not showing

I have integrated Heyzap framework in my app and also configured all the ad network in Heyzap site successfully. My problem is that i'm fetching and showing ads in AdColony. But Only Interstitial ad are fetched and not showing any ads. Just black…
Chetan Prajapati
  • 2,249
  • 19
  • 24
2
votes
1 answer

"no module available" when importing AdColony in the AppDelegate.swift

I've developed an application using Apple Swift but when I try to integrate AdColony in my project when I write this line of code in my AppDelegate.swift: import AdColony I receive the error: no module available. How can I solve this issue? I've…
2
votes
3 answers

Adcolony Android SDK: How to set userid for assigning rewards

I am using Adcolony V4VC Demp App code in my App. I am not able to set UserId or UserEmail to send as a parameter in any function which is passed to the callback URL. Can anyone help me how to and where to specify UserId or UserName?
user1120890
  • 63
  • 1
  • 4
2
votes
1 answer

AdColony keeps downloading video ads and store them on android device

I'm developing android apps and using AdColony SDK to display video ads. The problem I found is that it keeps downloading video ads and store them on my device. I used adb shell to have a deep inspect of the file system on my android device. In…
Manted
  • 99
  • 2
  • 10
2
votes
1 answer

Adcolony delegate not getting called

I am trying to add Adcolony in my app. Here is my code: [AdColony configureWithAppID:myAppID zoneIDs:@[myZoneID] delegate:self logging:YES]; [AdColony…
Abdullah Shafique
  • 6,878
  • 8
  • 35
  • 70
2
votes
1 answer

Adcolony unable to find the currently visible UIViewController

I was integrating the adcolony video ads in my iphone game. When displaying the ad we are getting the error " ADCOLONY 2.0.1 [* ERROR *] AdColony has ads, but could not display them. AdColony was unable to find the currently visible…
Tornado
  • 1,069
  • 12
  • 28
1
vote
2 answers

Flutter App Integrating AdColony with Mediation

When setting up AdMob Mediation With Flutter ( firebase_admob: ^0.9.3+2) I'm getting the following error Note: I have successfully set up the ADmob integration I follow all the steps mentioned here : Integrating AdColony with Mediation as per step…
Sam
  • 6,215
  • 9
  • 71
  • 90
1
vote
0 answers

flutter with admob mediation adcolony still at 0% fill even after many requests

I'm using admob_flutter: https://pub.dev/packages/admob_flutter And it's working fine on my app until the infamous "Limited Ad Serving" been placed for over 2 months. Now I decided to add AdColony as mediation. Followed what's written…
1
vote
0 answers

Libgdx adrewarded video admob mediation with adcolony and charboost

Im facing a problem that drives me crazy i have setup a reward video on my game . I have implemended a rewardedvideolistener and everything working as they should , as long as i use admob for my only source of reward videos. Now i have added 2…