[5.0.0.0] - 2026-08-04
- Initial release of the CloudX Adjust ad-revenue connector. Forwards CloudX ad revenue to Adjust as
ADJAdRevenueevents with no publisher glue code — add the pod and revenue reporting is automatic, firing once per CloudX-won impression across all ad formats. - Self-registers at load time; call
CloudXAdjustConnectorRegister()manually if your build does not link with-ObjC. - Reports on Adjust’s generic
publisher_sdksource until a dedicated CloudX source ships in a future Adjust release; revenue feeds ROAS identically either way. - Requires
Adjust5.0.0 or newer, with no upper bound. The publisher integrates and initializes Adjust themselves; the connector never bundles or initializes it. - Requires CloudXCore >= 3.6.0.
- Removed pre-release symbols —
CloudXAdjustConnectorVersionNumberandCloudXAdjustConnectorVersionStringwere dropped before first publication;CLXAdjustConnectorVersionreports the connector version. No consumer impact.