Skip to content

Advanced integration

Str4tos edited this page Jul 26, 2024 · 66 revisions

Advanced integration makes it possible to choose any variations of mediation networks. Feel free not to use ready-made (Optimal or Families) solutions, and choose which mediated ad networks you want to integrate by copy following dependencies to Podfile:

Warning

  • When you are not using a ready-made solution, you must add a CleverAdsSolutions-Base dependency.
  • Adapters pod always have a version that matches the CAS Base version for compatibility.

All adapters for supported networks are found in the CleverAdsSolutions-SDK pod group, and do not require additional SDK dependencies to be added.

  pod 'CleverAdsSolutions-Base', $cas_version
  
  # The following ad pods are available for monetization to everyone
  pod 'CleverAdsSolutions-SDK/GoogleAds', $cas_version
  pod 'CleverAdsSolutions-SDK/UnityAds', $cas_version
  pod 'CleverAdsSolutions-SDK/IronSource', $cas_version
  pod 'CleverAdsSolutions-SDK/LiftoffMonetize', $cas_version
  pod 'CleverAdsSolutions-SDK/InMobi', $cas_version
  pod 'CleverAdsSolutions-SDK/Kidoz', $cas_version
  pod 'CleverAdsSolutions-SDK/SuperAwesome', $cas_version
  pod 'CleverAdsSolutions-SDK/Mintegral', $cas_version
  pod 'CleverAdsSolutions-SDK/Chartboost', $cas_version
  pod 'CleverAdsSolutions-SDK/DTExchange', $cas_version

  # The following ad pods do NOT provide monetization 
  # for Children audience.
  pod 'CleverAdsSolutions-SDK/AppLovin', $cas_version
  pod 'CleverAdsSolutions-SDK/YandexAds', $cas_version
  pod 'CleverAdsSolutions-SDK/Pangle', $cas_version
  pod 'CleverAdsSolutions-SDK/AudienceNetwork', $cas_version
  pod 'CleverAdsSolutions-SDK/Bigo', $cas_version
  pod 'CleverAdsSolutions-SDK/CASExchange', $cas_version
  pod 'CleverAdsSolutions-SDK/StartIO', $cas_version
  pod 'CleverAdsSolutions-SDK/HyprMX', $cas_version

After any change to Podfile, you need to run a terminal command to apply the changes:

pod update

Note

  • The Yandex Ads do NOT provide monetization in COPPA protected regions.
  • The HyprMX is focused on the USA and Canada regions only and your apps must be approved for monetization.

Closed beta ad SDKs

Warning

Access to the monetization of the beta ad sources is closed.
If you would like to monetize by one of these ad sources, please contact your account manager.

  pod 'CleverAdsSolutions-SDK/Ogury', $cas_version
  pod 'CleverAdsSolutions-SDK/LoopMe', $cas_version
  pod 'CleverAdsSolutions-SDK/Madex', $cas_version
  pod 'CleverAdsSolutions-SDK/Smaato', $cas_version

Note

  • The Madex is focused on the CIS region only.
  • The Smaato is support Banner ads only.

Cross-promotion

Cross promotion is an app marketing strategy in which app developers promote one of their titles on another one of their titles. Cross promoting is especially effective for developers with large portfolios of games as a means to move users across titles and use the opportunity to scale each of their apps. This is most commonly used by hyper-casual publishers who have relatively low retention, and use cross promotion to keep users within their app portfolio.

  pod 'CleverAdsSolutions-SDK/CrossPromo', $cas_version

Note

Contact our account manager if you are interested in cross-promotion.


🔗 Done! What’s Next?