Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

My app got admob violation of Site Behavior: Navigation and i don't knew why?

i received a message blow from admob telling me that i have put some misguided links in my app.

i tried to look and fix the problems in the app but nothing ,i improve it a little and made sure that every link is true but it's still sanding the same message.

THE MESSAGE: As stated in our Program policies, sites or apps displaying Google ads should provide substantial and useful information to the user. Users should be able to easily navigate through the site or app to find what products, goods, or services are promised. Examples of misguided navigation include, but are not limited to:

False claims of downloadable or streaming content Linking to content that does not exist Redirecting users to irrelevant and/or misleading webpages Text on a page unrelated to the topic and/or business model of the website.

please if someone familiar with this problem could he or she give me some hints ,i well live the link to the app if someone want to check something or could see something i didn't and thank you .

link

like image 872
Abdessamad Anhijou Avatar asked May 21 '19 17:05

Abdessamad Anhijou


People also ask

How do I fix site behavior navigation AdMob?

1- You need to make sure your app doesn't have any false claims of providing something like fake content. 2- You need to make sure all buttons work in your app and have a purpose. I think you are not allowed to have a button to a non working URL. 3- The app shouldn't redirect users to irrelevant or misleading content.

Why did my AdMob app stop showing ads?

Why did my AdMob ads stop showing? AdMob is not ads showing to following Reason: App Suspended on PlayStore. App Suspended in another AdMob Account but you are using the same app in the current account.

Does AdMob collect personal data?

AdMob and other advertisement services always collect some sort of personally identifiable information from users in order to function, which means you must disclose this data collection to your users. Best practices calls for disclosing this information to your users via a Privacy Policy.

How long does it take AdMob to review my app?

Reviews will typically take 24-48 hours, but may take longer in certain cases. You will be notified via email once the review is completed regardless of whether your app is approved or not. You can also check your app's review status in the All Apps section by clicking Apps in the sidebar and then View All Apps.


1 Answers

Navigational policy means you can not setting full screen ads between two screen navigation. If you placed full screen advertisement like Tap on button to navigate to next screen and in between any full screen ad appear that against admon policy.

Correct way.

On app launch full screen ad allow to show immediately before launch home screen. You can read full with example google doc : https://support.google.com/admob/answer/6201362?hl=en

I hope that helps! Happy Coding :)

like image 87
Hamza Mehmood Avatar answered Oct 18 '22 23:10

Hamza Mehmood