Skip to main content

CloudX Magnite Adapter

Magnite adapter for CloudX iOS SDK. Supports Banner (320x50), MREC (300x250), Interstitial, and Rewarded ad formats. Waterfall-only — no real-time bidding/bid tokens. Requires iOS 13.0+, Xcode 16.0+, and Swift 6.0+.

Installation

CocoaPods

Podfile
pod 'CloudXMagniteAdapter', '~> 3.2.0'
pod install --repo-update

Manual

  1. Download CloudXMagniteAdapter.xcframework.zip from Releases.
  2. Unzip and drag CloudXMagniteAdapter.xcframework into your Xcode project.
  3. Add MagniteSDK (~> 0.0.8) manually.

Info.plist Configuration

SKAdNetwork IDs (Required for iOS 14+)

Include the SKAdNetwork IDs provided by Magnite for your integration. Refer to the current Magnite SDK documentation for the latest SKAdNetworkItems list.

App Tracking Transparency (iOS 14+)

Info.plist
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>

Project Configuration

Linker Flags: Add -ObjC to Other Linker Flags in Build Settings.

Privacy

The adapter forwards IAB TCF (IABTCF_gdprApplies) and CCPA (IABUSPrivacy_String) values to Magnite at initialization time. No publisher action is required beyond standard IAB TCF / CCPA integration.

Support

For support, contact mobile@cloudx.io