Mobile attribution & marketing performance, in one place. Colada tells you exactly which ad and which campaign brought every user into your app β and how much they're worth afterwards β so you can stop guessing and start optimizing.
π Learn more: masar-ai.manus.space
Instead of logging into Meta, TikTok, Google, Snapchat and every other dashboard to piece together what's working, Colada brings your true marketing performance into a single, real-time view β so you know your numbers now, not days later and not spread across ten tabs.
Who it's for: any app, any country, any industry. Colada is global and sector-agnostic β if you have an app and you run marketing, this is the tool to bring you better numbers.
What Colada gives you:
- Attribution β know the exact source of every install and in-app event.
- Marketing performance tracking β all your channels in one dashboard.
- Social media campaign & ads tracking β Meta, TikTok, Google, Snapchat, and more.
- Ad spend optimization & higher ROAS β kill the bad ads, scale the winners with confidence.
Keywords: attribution, marketing performance tracking, social media campaign tracking, ads tracking, ads optimization, ad spending optimization, higher ROAS, killing bad ads, scaling winner ads, social media marketing.
Public binary distribution of the Colada iOS SDK β Core Module (Colada): attribution,
ad-campaign matching, and lifecycle event reporting for iOS apps.
This repository ships no source code. It is a thin Swift Package that references the
compiled Colada.xcframework, published as a GitHub Release here. You can add the SDK
without any access to Colada's private source repositories.
Requires iOS 13.0+.
In Xcode: File ⸠Add Package Dependencies⦠and enter
https://github.com/3laween/colada-sdk-ios, or in a Package.swift:
dependencies: [
.package(url: "https://github.com/3laween/colada-sdk-ios.git", from: "0.1.0")
],
targets: [
.target(
name: "YourApp",
dependencies: [
.product(name: "Colada", package: "colada-sdk-ios"),
]
)
]import Colada
Task {
try await ColadaSDK.shared.configure(apiKey: "pk_live_your_key_here")
}Full developer documentation: see USAGE.md β configuration, deep links, attribution, events, offline queue, privacy, errors, and the optional Platform Module, explained point by point.
Coladaβ Core Module only. Zero third-party dependencies. No App Tracking Transparency, no IDFA.
ColadaPlatform (optional native TikTok/Meta forwarding) is not part of this binary β
it depends on the vendor SDKs and is available only to source integrators.
Package.swift here is maintained automatically: the private SDK repository's release
pipeline builds and validates Colada.xcframework, publishes it as a Release on this
repo, and updates the url + checksum in Package.swift for each version. Released
artifacts are immutable β a published version's binary is never replaced. This package
tracks the SDK's versions one-for-one β 0.1.0 here is Colada.xcframework 0.1.0.