Push data to JENTIS
General
Track Push Events
iOS Implementation:
TrackingService.shared.push([
"track": "pageview",
"title": "Home Page",
"url": "https://example.com"
])Android Implementation:
JentisTrackService.getInstance().push()Submitting Data
iOS Implementation:
Android Implementation:
Default Tracking
iOS Implementation:
Key
Description
Example Value(s)
Android Implementation:
Key
Description
Example Value(s)
Tracking Examples
iOS Pageview:
Android Pageview:
iOS Productview:
Android Productview:
iOS Add-to-Cart:
Android Add-to-Cart:
iOS Order / Purchase:
Android Order / Purchase:
Android Custom Event - complete registration:
iOS Custom Event - complete registration:
Last updated
Was this helpful?