Skip to content

App Return Ads

VladShin edited this page May 12, 2023 · 1 revision

⚡ Before you start
Make sure you have correctly Initialize SDK.


Enable the ad

The Return Ads which is displayed once the user returns to your application after a certain period of time. To minimize the intrusiveness, short time periods are ignored. Return ads are disabled by default. Enable Interstitial ads for your game in CAS Settings object:

image

Ad events

To further customize the behavior of your ad, you can hook into a number of events in the ad's lifecycle: loading, opening, closing, and so on. Listen for these events by registering a delegate for the appropriate event.

image


🔗 Done! What’s Next?