Hi Guys,
Need help.
The test ads is showing, But the real ads is not showing. It's been 4 days now.
My admob ad unit is new.
I need advice.
is this normal? Do I have to wait for more days?


--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.

To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/848339bc-6d3b-4d8f-90d7-b0cbd7468c1e%40googlegroups.com.
Hello Joshua,
This was now resolved. But I'm not sure with this.
I enabled the "User Proguard File", then on the proguard-user.txt. I added this.-keep public class com.google.android.gms.ads.**{ public *; } # For old ads classes -keep public class com.google.ads.**{ public *; } # For mediation -keepattributes *Annotation* # Other required classes for Google Play Services # Read more at http://developer.android.com/google/play-services/setup.html -keep class * extends java.util.ListResourceBundle { protected Object[][] getContents(); } -keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { public static final *** NULL; } -keepnames @com.google.android.gms.common.annotation.KeepName class * -keepclassmembernames class * { @com.google.android.gms.common.annotation.KeepName *; } -keepnames class * implements android.os.Parcelable { public static final ** CREATOR; } -keep public class com.google.unity.**{ public *; } But I don't know how does this affect my project. Can you advice me on this? What will it do? I found this solution here. https://github.com/googleads/googleads-mobile-unity/issues/539 Thank you very much, Ferdinand
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--Thank you and Best regards,Ferdinand Narandan Buagas
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/848339bc-6d3b-4d8f-90d7-b0cbd7468c1e%40googlegroups.com.--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
| # | |
| # Copyright (C) 2013 Google, Inc. | |
| # | |
| # Licensed under the Apache License, Version 2.0 (the "License"); | |
| # you may not use this file except in compliance with the License. | |
| # You may obtain a copy of the License at | |
| # | |
| # http://www.apache.org/licenses/LICENSE-2.0 | |
| # | |
| # Unless required by applicable law or agreed to in writing, software | |
| # distributed under the License is distributed on an "AS IS" BASIS, | |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
| # See the License for the specific language governing permissions and | |
| # limitations under the License. | |
| # Add project specific ProGuard rules here. | |
| # You can edit the include path and order by changing the proguardFiles | |
| # directive in build.gradle. | |
| # | |
| # For more details, see | |
| # http://developer.android.com/guide/developing/tools/proguard.html | |
| # Add any project specific keep options here: | |
| # If your project uses WebView with JS, uncomment the following | |
| # and specify the fully qualified class name to the JavaScript interface | |
| # class: | |
| #-keepclassmembers class fqcn.of.javascript.interface.for.webview { | |
| # public *; | |
| #} | |
| # The following rules are used to strip any non essential Google Play Services classes and method. | |
| # For Google Play Services |
| -keep public class com.google.android.gms.ads.**{ | |
| public *; | |
| } | |
| # For old ads classes | |
| -keep public class com.google.ads.**{ | |
| public *; | |
| } | |
| # For mediation | |
| -keepattributes *Annotation* | |
| # Other required classes for Google Play Services | |
| # Read more at http://developer.android.com/google/play-services/setup.html | |
| -keep class * extends java.util.ListResourceBundle { | |
| protected Object[][] getContents(); | |
| } | |
| -keep public class com.google.android.gms.common.internal.safeparcel.SafeParcelable { | |
| public static final *** NULL; | |
| } | |
| -keepnames @com.google.android.gms.common.annotation.KeepName class * | |
| -keepclassmembernames class * { | |
| @com.google.android.gms.common.annotation.KeepName *; | |
| } | |
| -keepnames class * implements android.os.Parcelable { | |
| public static final ** CREATOR; |
| } is this fine? Will I have the license to monetize my app now? Sorry for my question. I'm new in gaming. The codes above is the one that solves my issue. And by the way, What settings are you referring to? Can you guide me? Best regards, Ferdinand |
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/848339bc-6d3b-4d8f-90d7-b0cbd7468c1e%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/9c87c4bb-a8ce-4088-b0c4-8d231d669ab1%40googlegroups.com.
Hello Joshua,
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/848339bc-6d3b-4d8f-90d7-b0cbd7468c1e%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/9c87c4bb-a8ce-4088-b0c4-8d231d669ab1%40googlegroups.com.--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/1e7ae40b-e705-4c26-8e6a-e6bdfd03e8b2%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/848339bc-6d3b-4d8f-90d7-b0cbd7468c1e%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsubscrib...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/9c87c4bb-a8ce-4088-b0c4-8d231d669ab1%40googlegroups.com.
--Thank you and Best regards,Ferdinand Narandan Buagas
--
---
You received this message because you are subscribed to a topic in the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-admob-ads-sdk/2h8biqBUF8Y/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/f8cf1dc9-ca1b-4206-9ea6-431505a4c28e%40googlegroups.com.
--
---
You received this message because you are subscribed to the Google Groups "Google Mobile Ads SDK Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-admob-ads-sdk+unsub...@googlegroups.com.
To post to this group, send email to google-admob-ads-sdk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-admob-ads-sdk/8d0444ef-24b3-4237-a258-8944fc9eb8d9%40googlegroups.com.
Hi, my real ads are not showing too. Test ads works without issues. Please help!ca-app-pub-xxx/xxxca-app-pub-xxx/xxx
Hi there,
Thank you for reaching out to us.
Could you kindly provide the details below (via Reply privately to author) so that I can investigate the issue?
In the meantime, I highly suggest updating your Unity engine to the latest version (2019.2.7f2 as of this writing) as well, in order to reduce the number of potential bugs cropping up due to obsolete versions.
Regards,
Ziv Yves Sanchez
Mobile Ads SDK Team
Hi there,
Thank you for providing your Play Store link in private.
I tested your app (from the Play Store), and can confirm that I was getting ads from it (see attached screenshots). However, it is entirely possible that your app may be experiencing an ad-serving issue at the moment, where there are no ads available for display due to a drop in ad inventory. You may try implementing Mediation to help in the filling of ads during this time.
For further ad-serving concerns, you may post your concern over at the AdMob Help Center, or consult with our troubleshooter, for further assistance.
Regards,
Ziv Yves Sanchez
Mobile Ads SDK Team
Hi there,
Thank you for the additional context on your concern.
Could you provide the details below (via Reply privately to author), so that I can try diagnosing the root cause of this particular issue?