Segment.io is a single, simple integration that gives you access to 70+ analytics and marketing tools with the flick of a switch
Questions tagged [segment-io]
65 questions
0
votes
1 answer
Installing the segment-iOS analytics-iOS in xcode manually
I am trying to add analytics-iOS manually by directly adding the Analytics folder to the project making it as a group, after adding when I try to build the project I get error as "Undefined symbols for architecture x86_64:
…

Uzair Dhada
- 333
- 2
- 6
- 23
0
votes
1 answer
'sharedApplication' is unavailable: not available on iOS (App Extension) for Segmentio/Analytics Pod
Running Xcode version 8.2.1, Swift 3, and Cocoapods version 1.1.1 and I can't for the life of me figure out how to resolve this issue. I need to use the analytics library but can't get past this error in the UIViewController+SEGScreen.m…

chelsiamia
- 23
- 5
0
votes
1 answer
Passing user_id from back-end to client-side with Segment Analytics.NET and Mixpanel
I am using C# .NET, AngularJS and other technology that are quite loosely coupled. I need to implement Segment and Mixpanel. I have implemented Alias and Identify in the back-end upon registration and login respectively. I even put Track, Page calls…

Farrukh Normuradov
- 1,032
- 1
- 11
- 32
0
votes
1 answer
Do I have to include segment.io snippet in each web page?
I have the snipped in the index.html but do I need to include it in all other pages? I've tried to work around it but nothing seems to work other than including it in the header of each html file.
-1
votes
1 answer
Segment.io NPM Package not working with Meteor
I am using the npm package for segment server side with Meteor
In my packages.json folder I have
"segmentio": "0.1.4"
if Meteor.isServer
Meteor.startup ->
@analytics = Meteor.npmRequire('segmentio')
…

Nearpoint
- 7,202
- 13
- 46
- 74