FAQs

How do I get resource A/B test information from the Swrve SDK?

It is now possible to get the resource A/B test and variant IDs directly from the Resource Manager in the Swrve SDK in real-time for use in your third-party reporting systems. To have this feature enabled for your app, contact your CSM at support@swrve.com, and then use the following code to get the resource A/B test Read More

How do I configure the Swrve SDK for EU data storage?

By default, Swrve stores customer resources and content in our US data center. Some customers may require that we store their data in our EU data center, therefore to accommodate these requirements, Swrve has separate .swrve.com endpoints for customers who require data separation (for example, eu-dashboard.swrve.com). This article explains how to update the SDK configuration to point to Read More

How do I configure the New Session Interval?

Swrve treats an app session as a new session if the user returns to the app after having left it for 30 seconds, by default. However, you can configure the new session interval of 30 seconds using the newSessionInterval config property. You may want to extend it to several minutes to facilitate users taking longer Read More

How do I send events with deeplinks?

This article provides examples of how to use deeplinks to send events. These examples show how to implement deeplinks both from within your app or by linking to your app from a partner app. Implementing the below examples in your code enables your Swrve users to send events via deeplinks from in-app messages of the form: swrve://?event=<event name> [SwrveSDK Read More

How do I export Swrve KPI data into Excel using the Export API?

Swrve’s Export API provides a basic set of per-KPI function calls that can be combined with the Excel Web Query feature to enable a direct pull of KPI information into Microsoft Excel spreadsheets. Prerequisites You need the following to get started: Your API key and personal key. These are provided for each specific app and Read More

How do I export Swrve KPI data into Google Spreadsheet using the Export API?

Swrve’s Export API provides a basic set of per-KPI function calls that can be combined with the Google docs ImportHtml feature to enable a direct pull of KPI information into Google Spreadsheets. Prerequisites You need the following to get started: Your API key and personal key. These are provided for each specific app and each Read More

How do I configure custom gameplay events?

This article provides an example of custom gameplay events. This example tracks the enemies that are killing game players. Send a custom event called Gameplay.Player.Death with an Enemy payload containing the class of enemy who killed the player. On iOS, this looks like the following: swrve_event(swrve, @”Gameplay.Player.Death”, @”{ “Enemy” : “zombie” }”); Make sure you Read More

How do I upload push device tokens?

The current Swrve SDKs can request push device tokens as soon as the app loads or at a later time, such as after a tutorial. For more information about integrating push notifications in Swrve, see the platform-specific integration guides. Bulk push token upload If you have already collected a set of push device tokens for the Read More

How do I use stripping level in Unity with Swrve?

If you are using the Swrve Unity SDK, you may have instrumented the stripping level to decrease the size of your app. To continue using the stripping level in Unity, be sure to include a link.xml file in the Unity Assets folder with the following contents: <linker> <assembly fullname=”mscorlib”> <type fullname=”System.Security.Cryptography.MD5CryptoServiceProvider” preserve=”all”/> </assembly> </linker> The Read More

Newer Posts
Older Posts