fbsamples / audience-network

Open source projects to demonstrate SDK and sample code usages and integration, and to collaborate and support peers in this community.
https://developers.facebook.com/docs/audience-network
Other
319 stars 370 forks source link

How i can show interstitial ads on button click or back button press #112

Closed goodmalik closed 3 years ago

goodmalik commented 4 years ago

How i can show interstitial ads on button click or back button press according to the policy. plz reply.... thanks in advance.

mustafakamal88 commented 4 years ago

in which platform...Facebook Audience network or Google Admob?

Faboor commented 3 years ago

Improve your interstitial placement implementation article has a section "Examples of bad interstitial timing" one of the examples is:

  • The interstitial is shown immediately after pressing a button such as Back, Forward or Next. For example, a player is choosing which level to play next; instead of seeing the options, they're shown an ad. For higher-value clicks, it's better to show interstitial ads after an action has been completed, instead of between actions.

Please avoid showing interstitial ads in such situations. Read the article linked above for examples and guidelines for good interstitial placements and apply them in a way that makes sense for your audience.

For policy questions, please review the Audience Network Support documentation and contact us via the support portal linked there.