Introduction
The AppTrove Unity SDK provides powerful tools for tracking user acquisition, in-app events, revenue, and deep links, optimized for Unity applications on both Android and iOS platforms. This guide walks you through integrating and using the SDK effectively to enhance your app's analytics and marketing capabilities.
Key Features
- Attribution Tracking: Attribute app installs to specific marketing campaigns for precise source tracking.
- Event Tracking: Monitor built-in and custom events to gain insights into user interactions.
- Revenue Tracking: Record in-app revenue with currency support to analyze monetization performance.
- Deep Linking: Route users to specific in-app content using normal and deferred deep links for enhanced engagement.
- Security: Enable SDK signing to authenticate requests and ensure data integrity.
- Campaign Data Retrieval: Access detailed campaign data (e.g., ad ID, campaign name) to personalize user experiences.
Example Application
We have created an example app to demonstrate AppTrove Unity SDK integration. To explore the integration:
- Clone the repository containing the example project from GitHub.
- Navigate to the Example directory.
- Open the project in Unity Editor.
- Import the AppTrove SDK package as described in the Add Unity SDK to Your App section.
- Build and run the project for Android or iOS to test the integration.
Requirements
- Unity Editor 2019.4 or later
- C# scripting knowledge
- Android API 21 (Android 5.0) or later
- iOS 10.0 or later
- Xcode 12.0 or later (for iOS)
- Trackier MMP account with SDK key
- Internet connection for downloading the SDK package
Next Steps
To get started with the AppTrove Unity SDK:
- Add the SDK to your Unity project. Refer to the Add Unity SDK to Your App section.
- Initialize the SDK in your app. Refer to the Integrate and Initialize the AppTrove SDK section.
- Test your integration to ensure proper tracking of installs, events, and other features.
For further assistance, refer to the Trackier Documentation Portal or contact Trackier support at support@trackier.com.