I have implemented Flurry SDK for Android but getting an error in logcat:
E/FlurryAgent: Ad server responded with the following error(s):
Adunit name or code provided in the request is invalid.
I have written these code in onStart
FlurryAgent.onStartSession(this);
adView.fetchAndDisplayAd();
I have no idea what went wrong. I added right api key but still getting same error again and again.
Note: I integrated it couple of hours ago. Is it only taking time to initialize or it's really an error?
Thanks in advance.