Open sridivyaTechjini opened 3 years ago
let configuration = AnalyticsConfiguration(writeKey: self.segmentKey) configuration.use(SEGMixpanelIntegrationFactory.instance()) Analytics.setup(with: configuration)
Analytics.shared().track(action, properties: superDict, options: ["integrations": ["All": true, "Mixpanel": true]]) Analytics.shared().screen("login launched")
Still we are not able to see any events in Mixpanel in LiveView. Is there anything we are missing at configuration?
Hi Team, We have integrated analytics-ios-integration-mixpanel in code via pods. used the following code in swift for setup of analytics.
=============== After setup we used this following method to send events to segment.
Still we are not able to see any events in Mixpanel in LiveView. Is there anything we are missing at configuration?