Hi ,
Thank you for contacting the Mobile Ads SDK Support team.
Kindly note that Native Validator automatically alerts you of certain policy violations in your UI through an overlay popup next to the ad.
I have tested our Sample project with the provided code changes but unfortunately we are unable to reproduce the issue which you reported. Instead we got a different warning issue “MediaView is too small for video” caused by “0dp” value for the MediaView height constraint. After changing this constraint to” wrap_content” it worked as expected without any issues.
Additionally, please note that you are using the “native_ad_view” id from adContainer. This id contains the native_ad_view and was inflated properly?. Could you try setting the NativeAdView as the root of the layout.
Could you confirm whether the mentioned issue is reproducible in our sample project after integrating your code? If yes,please share the sample project which replicates the issue via reply to author option? for further investigation.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
1. Navigate to
https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=500Ht00001syoRRIAY&entry.80707362=00329663
2. Fill out all fields, and attach your file(s).
3. Please reply back to this thread when you have uploaded your file(s). Please do not share this link.
![]() |
Mobile Ads SDK Team |
[2025-08-12 18:18:29Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01syoRR:ref" (ADR-00329663)
Hi,
Thank you for sharing the screen recordings. As mentioned earlier, I have again tested our Sample project with the updated code changes you provided. Unfortunately we are unable to reproduce the reported issue. Could you confirm whether the mentioned issue is reproducible in our sample project after integrating your code? If yes, please share the sample project which replicates the issue via reply to author option? for further investigation.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
1. Navigate to
https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=500Ht00001syoRRIAY&entry.80707362=00329663
2. Fill out all fields, and attach your file(s).
3. Please reply back to this thread when you have uploaded your file(s). Please do not share this link.
![]() |
Mobile Ads SDK Team |
[2025-08-19 16:01:57Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01syoRR:ref" (ADR-00329663)
android:layout_gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/ad_advertiser"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:fontFamily="@font/poppins_regular"
android:textColor="@color/white"
android:textSize="@dimen/text_size_12sp"
android:layout_marginStart="@dimen/_4dp"
android:textColor="@color/white"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
<Button
android:id="@+id/ad_call_to_action"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/margin_16dp"
android:layout_marginBottom="@dimen/margin_8dp"
android:gravity="center"
android:textSize="12sp"
app:layout_constraintBottom_toBottomOf="parent" />
</androidx.constraintlayout.widget.ConstraintLayout>
</com.google.android.gms.ads.nativead.NativeAdView>
</androidx.constraintlayout.widget.ConstraintLayout>