Data Enrichment
How to enrich your data with App Tracking:
Option 1: Add Enrichment
How to implement on your iOS App:
TrackingService.shared.addEnrichment(
pluginId: "productEnrichmentService",
arguments: [
"productId": "product_id"
],
variables: ["enrich_product_name","enrich_product_brutto"]
)How to implement on your Android app:
Option 2: Add Custom - Enrichment
How to implement on your iOS App:
How to implement on your Android App:
Last updated
Was this helpful?