> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloudx.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Magnite

> Magnite integration for CloudX Unity SDK. Supports Banner, MREC, Interstitial, and Rewarded.

For CloudX dashboard mapping and Magnite-side ID setup, see the [Magnite bidder guide](/en/networks/magnite).

Uncomment the Magnite lines in `Assets/CloudXSdk/Editor/CloudXDependencies.xml`:

```xml theme={null}
<!-- Android -->
<androidPackage spec="io.cloudx:adapter-magnite:3.2.0"/>

<!-- iOS -->
<iosPod name="CloudXMagniteAdapter" version="3.4.1" minTargetSdk="13.0"/>
```

After modifying the file, go to **Assets > External Dependency Manager > Android Resolver > Force Resolve**.

## iOS 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+)

```xml Info.plist theme={null}
<key>NSUserTrackingUsageDescription</key>
<string>This identifier will be used to deliver personalized ads to you.</string>
```

## iOS Project Configuration

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

## Support

For support, contact [mobile@cloudx.io](mailto:mobile@cloudx.io)
