Aller au contenu principal
Version: 5.x.x

Supported Networks

BlueStack's mediation feature enables you to deliver advertisements to your app from various sources, including BlueStack itself and third-party ad networks. This section provides guidance on integrating mediation partner SDKs through BlueStack's third-party SDK adapters.

Important Note: You must add BlueStackSDK to your app's target for using any of the mediation adapters using SPM.

Google Mobile Ads

Add the BlueStack DFP mediation adapter dependency to your app's podfile.

   pod 'BlueStack-SDK', :subspecs=>["Google-Mobile-Ads-SDK"]

Using Swift Package Manager add the BlueStackDFPAdapter to your app's target

BlueStackDFPAdapter

Equativ

Add the BlueStack Smart mediation adapter dependency to your app's podfile.

   pod 'BlueStack-SDK', :subspecs=>["Smart-Display-SDK"]

Using Swift Package Manager add the BlueStackSASAdapter to your app's target

BlueStackSASAdapter

Criteo In-App Bidding

Add the BlueStack Criteo in-app bidding adapter dependency to your app's podfile.

   pod 'BlueStack-SDK', :subspecs=>["CriteoPublisherSdk"]

Using Swift Package Manager add the BlueStackCriteoAdapter to your app's target

BlueStackCriteoAdapter

Amazon In-App Bidding

Add the BlueStack Amazon publisher service in-app bidding adapter dependency to your app's podfile.

   pod 'BlueStack-SDK', :subspecs=>["BluestackAmazonPublisherServicesAdapter"]

Using Swift Package Manager add the BluestackAmazonPublisherServicesAdapter to your app's target

BluestackAmazonPublisherServicesAdapter

Suported Ad Networks

Ad NetworkBiddingSDK VersionAdapter VersionSupported Ad Formats
GoogleNo11.2.04.4.9.0Banner / MREC, Interstitial, Rewarded Ads, Native Ads
AmazonYes4.9.74.4.5.0Banner / MREC, Interstitial, Rewarded Ads
EquaitvYes8.2.34.4.9.0Banner / MREC, Interstitial, Rewarded Ads, Native Ads
CriteoYes7.0.04.4.5.0Banner / MREC, Interstitial, Rewarded Ads

Notes:

  • Ensure all dependencies are included as outlined in each network’s integration guide.
  • Ad formats may require additional configurations or testing to confirm functionality.