This repository was archived by the owner on May 5, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Application lifecycle 56f1cb
Benjamin Diolez edited this page May 5, 2026
·
1 revision
Lifecycle variables allow you to know how users are using your application. With lifecycle variables, you can calculate, for example, user retention and the use rate of your application.
Lifecycle variables are automatically calculated and added in stc variable of your hits.
Here�s an example of JSON added in the stc variable of your hits:
{
"lifecycle": {
"sessionId": "e1e04f45-8d54-4e24-81cf-75314a5bcead",
"fs": 0,
"fsau": 0,
"sc": 5,
"scsu": 2,
"fsd": 20160120,
"dsfs": 0,
"fsdau": 20160120,
"dsu": 0,
"dsls": 0
}
}Since 2.11.1 version, it’s now possible to get metrics computed by SDK to do an other processing. To do this, just call tracker method :
let metrics = tracker.getLifecycleMetrics()NSDictionary* metrics = [tracker getLifecycleMetrics];Metrics are rendered in the same way as in the stc, so get it from the same key (sample with “sc” : session count):
let metrics = tracker.getLifecycleMetrics()
let sc = metrics["sc"] // get the session countNSDictionary* metrics = [self.tracker getLifecycleMetrics];
NSObject* sc = [metrics objectForKey:@"sc"];-
Data API
- Data flow
- Advice optimizations data flow
- Error codes data flow
- Faq data flow
- General information data flow
- Technical information data flow
- Reporting API v3
- Getting started
- Methods
- Parameters
- Technical information
- REST API
- Campaigns
- Custom variables
- Getting started rest
- Methods rest
- Response structure parameters rest
- Fixed periods
- Parameters compatibility
- Relative periods
- Structure of the response
- “code” parameter
- “columns” parameter
- “evo” parameter
- “filter” parameter
- “include” parameter
- “lng” parameter
- “max-results” parameter
- “page-num” parameter
- “period” parameter
- “period” parameter: “H” v. “He” & “MN” v. “MNe”
- “retention” parameter
- “segmentdesc” parameter
- “segment” parameter
- “sep” parameter
- “sort” parameter
- “space” parameter
- Technical specifications rest
- Data flow
-
Data collection
- Android
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Users
- Apple
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Users
- General
- Cddc renew staging process
- Changelog
- Craft your hit
- Encoded parameters
- Server side cookie management
- Supported taggings
- Tagging deletion
- Utilisation of dispatch sdks
- JavaScript
- Advanced features
- Campaigns
- Changelog
- Content
- Ecommerce
- Getting started
- Partners javascript
- Users
- Piano Analytics
- Event tagging piano analytics
- Getting started piano analytics
- Piano analytics tagging
- Feeding piano analytics with as2 tagging
- Tagging custom properties sdk
- Android