Deep Linking Standard
DataLayer Standard
Category
Mandatory
Property
Description
iOS Implementation:
TrackingService.shared.push([
"track": "deeplink_opened",
"deeplink_url": "myapp://product/123",
"deeplink_scheme": "myapp://",
"deeplink_path": "/product/123",
"deeplink_source": "push_notification",
"deeplink_campaign": "spring_sale_2026",
"deeplink_type": "direct",
"deeplink_target_screen": "ProductDetailScreen",
"deeplink_fallback_triggered": false
])
try await TrackingService.shared.submit()Android Implementation:
Coding Example
Last updated
Was this helpful?