iOS SDK
Last updated
Last updated
Please have the following handy before beginning the integration:
Application identifier generated on the Apxor dashboard for your app ()
App Bundle Id : Every app has a unique application ID that looks like com.example.myapp
. This id uniquely identifies the app on the device and also on the app store.
The list of events to setup triggers and track goals, user properties that allows to personalize messages and to target better. ()
Apxor provides you easy to use plugins for your Actions. They are:
Apxor-Core
The Core Plugin is responsible for the basic event tracking
How many of my users have clicked on the cart icon after showing them a nudge Sample Event : 'ViewCart'
APXSurveyPlugin
This Plugin helps you create contextual surveys to capture your users' feedback, ratings, etc.
An NPS survey that would ask the user to rate the app experience on a scale of 1-10.
APXRTAPlugin
This Plugin helps you create real time actions.
Show a tooltip on the cart icon with messaging "Tap here to view items"
APXWYSIWYGPlugin
The WYSIWYG Plugin allows you to preview your configured actions onto your device in real time
Casting your mobile screen to the dashboard and selecting the hamburger icon
APXPushPlugin
The Push Plugin allows you to track uninstalls and real-time serve/pause the nudges, while the app is opened
Show a campaign to users who land on the home screen and add an item to the cart.
.
If this is your first pod, run pod init
. Add the following to the corresponding target in your Podfile and run pod install
.
To Auto initialize SDK (Recommended), add the following inside your application
plist file.
Open your application's Info.plist as source code.
Copy paste the below piece of code, to create an entry for ApxorSDK.
To manually initialize SDK, call ApxorSDK.initialize
method in your Application
class
And open your application's Info.plist as source code.
Copy paste the below piece of code, to create an entry for ApxorSDK.
First, you need to configure your app to ensure there is a URL Scheme with your application's bundle identifier as the value.
If your app already has a URL Scheme with your application's bundle identifier as the value, you can skip this step.
To configure URL scheme, goto your project settings, select Targets
. Click on the Info
tab.
Select the URL Types
, and click on the +
button to add a new URL Scheme.
Add a new URL Scheme with your bundle identifier
as the value.
Your bundle identifer will be in the format, com.xxxx.xxxx
Use the image below for reference.
To use the push notifications feature, make sure the following lines exist in your application plist file under Apxor section.
To configure iOS Push notification via Apxor dashboard, you'd need to upload APNs Auth Key file along with it's ID (key ID), your Team ID, and your application's Bundle ID.
The APNs Auth Key is the best way to configure pushes, as you don't need to regenerate a certificate every year and also, this key can be used to configure Push notifications to sever of your applications (under the same apple developer account)
Things required to configure iOS Push notification:
Auth Key file
Key ID (usuallly the name of the Auth Key file)
Team ID (the 10 digit alphanumeric key)
Your app’s bundle ID (in the format com.abc.xyz)
See here on how to get these, Push notifications
Once you get those details, add the below code in your application's AppDelegate
file in the application
didRegisterForRemoteNotificationsWithDeviceToken
function.
The token can be passed in either the NSData
or NSString
format
If you haven't already used the code to Ask User for notifications permission, add the following function in your AppDelegate
file.
For using Apxor's immersive template embedded cards, this step is necessary.
In all areas of the app where you may want to show an in-line widget, insert the following code in the view controller:
Rename <Tag> to any unique ID (any positive Integer). Ensure that you keep the ID unique across different IDs and across different Embed Card instances.
In all areas of the app where you may want to show an in-line widget, insert the following code in the view controller:
Rename <Tag> to any unique ID (any positive Integer). Ensure that you keep the ID unique across different IDs and across different Stories instances.
Lookout for the following log
Now that you have completed the basic integration, you can proceed to set up event triggers, capture data for targeting, add slots for embed cards and stories, and personalize messaging. Include the following sections as needed.
To start tracking with the Apxor iOS SDK, you must first initialize it. To initialize the SDK,
ApxorSDK uses Identifier for Advertisers (IFA) to uniquely identify users. In cases where IFA is not available, we use Identifier for Vendors (IFV) for the same. Apart from this you can log a custom user identifier that you use to uniquely identify users in your app.
This identifier would be very instrumental specially when exporting data of a certain campaign or survey to your analytics system to create a cohort and measure the results of the campaign.
Similarly, when you are importing data to Apxor from your system that your marketing / product / data science team has identified and want to run campaigns specifically to them the custom user identifier
will serve as the bridge to communicate between your systems and Apxor effectively.
Here is how you can set your user identifier for Apxor to recognise your users :
The product/marketing or the growth team lists out the use cases with an idea of when to launch and to whom to launch. To do this we need to capture data in the form of events. Let us consider the following use case as an example :
In the above scenario, we want to trigger the campaign for users who have spent 'x' seconds and haven't tapped on a product. To understand that if the user has tapped the product we should log an event along with its attributes as follows to capture data:
Similarly if you want to send promotions to users who have viewed at least five products of the category shoes in the last three days or you want to measure how many people added an item to a cart from the campaign as a goal all this information is captured in the form of events.
These types of events are classified as app events
- the data that is transferred to the servers at Apxor where you can segment users based on historic behavior or measure your goals as specified above.
To track an event with the event name and properties.
We can personalize the messaging copy in the experiences we build for the user or target based on his persona using information that is centric to individual users. Let us consider the following example where we know the user is an English
with Gold
membership.
This information helps to tailor content in English to that specific user and gives us the flexibility to different messaging to different membership tiers. This is how the information captured here is used for segmenting.
Similarly capturing attributes like Name
can help to personalize your message copy where it reads Hi {username} can't find your product? where the username is replaced by the attribute value of the property from the nudges dashboard along with providing meaningful defaults in their absence.
This is how you log user information to Apxor :
A Session can be simply defined as a user journey as he opens the app, until he closes the app. There can be various pieces of information that can be very impactful when accumulated in a session. For example, location in a session can be useful to know precisely where the user is utilizing the app most.
To add session attributes that are specific to a session,
In the below scenario, let's assume you want to launch a survey when the soft back button is pressed asking the user for product feedback. In this, we don't need to capture the data of how many people pressed the back button which is useless and it bloats your event storage as it is a high-frequency event which increases your cost unnecessarily. This data point doesn't potentially answer any of your product questions and hence there is no ROI in storing data from this event.
So for such scenarios where we need the behavioral data to launch a campaign or to collect feedback, which doesn't provide ROI on storing for measuring goals, answering your product questions or segmenting your target audience, we log these events as Client Events
which involves zero transfer of data and is used only to set up your triggers on behavioral information from the user.
Events that are logged to reside on the client application are called client events, the data captured is not transferred to Apxor.
These are typically logged to capture behavioral observations and interactions to nudge a user.
Example:
Soft back button, user reaching end of page, etc.
In the scenario discussed in this guide, how will we know if the user has spent thirty seconds on the home screen and did not click on the product? For this reason, it is important to use track the screens to set them up as triggers and also to capture the time spent on the screens.
ApxorSDK automatically captures screens and their names for most view controllers. In some cases where TabBarController is used, the OS won't be providing any notifications to capture the screens automatically.
For these cases, we encourage you to log screen events using the following API. Make sure to log the API inside the viewWillAppear function.
Custom errors describe situations like LOGIN_FAILED, NETWORK_CALL_FAILED and are to be treated differently compared to app events. So these are treated as errors and are shown on the issues page to let you know their impact.
A custom error takes the exception itself and some context (what? OR which?) to make it easy for you to identify. To report a custom error,
ApxorSDK supports two types of fonts namely, .ttf(TrueType fonts) and .otf(OpenType fonts). Custom fonts can be used in ApxorSDK's real time actions in two simple steps.
Fonts of your choice and selection are to be added in the Project's
Supporting files
section
Edit the Info.plist file to add the font names in the Fonts provided by application
Ensure the fonts are available in, Build phases
--> Copy Bundle resources
Enable custom fonts
Enter the same exact font file name along with the extenstion (.ttf or .otf)
You're all set! 🎉
Note
Font properties like Bold, Italic cannot be used in the dashboard for custom fonts. The exact font file with those properties has to be added in your application.
If your app wants to redirect users based on simple key-value pairs instead using Deeplink URLs or Activity, you can follow below approach
Apxor SDK maintains a unique ID for every user. To get the Apxor Device ID,
Note
If the deviceID is nil, please retry after a few seconds.
It is suggested that you log events inside your WebView once the page is completely rendered using Apxor Javascript Interface methods. Based on these events, you can configure Tooltips.
Methods exposed from Apxor Javascript Interface
Note
Make sure the keys of the dictionary in postMessage are "name" and "info", do not change them.
Examples for logging App Event
Example:
Log an event on page load event.
Example (React based web pages):
Log an event on componentDidMount.
Many native applications feature WebViews to display descriptive content and much more. Apxor iOS SDK provides a way to show real-time actions inside that WebView to make the most of it.
Following are the steps in order to show real-time actions in your WebView.
Add a tag to the webview (which is to be later provided in the dashboard) as shown.
You have to init the APXWKScriptHandler and call registerEventsAndScripts method to make sure any the calls made in the webview are taken care by the native SDK. It's as follows,
Add the following in the bridging header file.
Now, add the following to the init method of your webview
Here's how to do the same thing in objective-C.
Make sure there's a proper WKUserContentController set to your WkWebView, if not please init it and use that config to initialise your WKWebView.
Also, make sure there’s an id for the web element that you want to show tooltip on.
In the above example, the element button has an attribute id = change_button, which will used to identify that particular element.
A new capability of writing dynamic text in actions (Tooltips & InApps) had been introduced in latest release of Apxor SDK plugins.
You can write a script (a new language that Apxor is created which somewhat looks like Javascript) instead of plain text to substitue user and session properties that you have already logged to Apxor SDK or you can substitute a text element from your application or hidden text that you set it as keyed tag (apx_view_tag).
The Apxor language looks similar to Javascript with some modifications.
We assume every dynamic param that you want to substitute in a text is a pre-defined variable that you can create upfront in the Script dialog that Apxor Dashboard provides to you.
We support following operators and keywords as part of our language specification
Unary Operators
!
(Negation)
Logical Operators
&&
(Logical AND)
||
(Logical OR)
Mathematical Operators
+
(Arithmetic Addition)
-
(Arithmetic Subtraction)
*
(Arithmetic Multiplication)
/
(Arithmetic Division)
%
(Arithmetic Modulo)
Comparison Operators
<
(Less than)
<=
(Less than or Equals)
>
(Greater than)
>=
(Greater than or Equals)
==
(Equality)
!=
(Not Equality)
contains
(Checks if a string contains another string)
Keywords
httpGet
,onSuccess
,onError
will be used to make a HTTP GET API call
format
will be used to format a string
if
,else
will be used to write conditional evaluation
true
,false
boolean keywords
toInt
will be helful to convert double/float values to integer
Examples
Note:
Assume the following variables are defined
UserName (User Property)
RewardPoints (User Property)
IsSubscribed (User Property)
Subscribed (API JSON response parameter
user.is_subscribed
)
Simple formatting of string
Conditional Dynamic Text
API call
Install CocoaPods, if you don't already have it. CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 95 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your projects elegantly. If you don't want to use CocoaPods, you can install ApxorSDK .
to log user properties, events and event properties.
If you don't already have a bridging header,