Unity v0.x → v1.0 Migration Guide
Important notes before you migrate
Migration checklist
1. Update the SDK package
1.1 Remove Airflux Unity SDK v0.x
1.2 Install Airflux Unity SDK v1.0
2. Remove legacy session tracking (v0.x → v1.0)
What to change
3. Migrate player attribute APIs (User & Context)
3.1 API mapping (v0.x → v1.0)
What you were doing
v0.x API
v1.0 API
3.2 Example: User ID
3.3 Example: Level & Currency
4. Update event tracking (taxonomy changes)
4.1 Ad Impression: move adType and key fields into semantic attributes
adType and key fields into semantic attributes4.2 Stage tracking: replace “stage end via ACHIEVE_LEVEL” with START_STAGE / FINISH_STAGE
4.3 Spend Credits: use CREDIT_* fields
CREDIT_* fields4.4 Order Completed: send product list and purchase route
5. Migrate the Inference API call (Interstitial decision)
5.1 What changed
5.2 v1.0 example (recommended pattern)
5.3 Testing inference responses (QA only)
6. Verify your migration
6.1 Check logs in Unity
6.2 Verify event & inference payloads
Frequently Asked Questions
Last updated

