Segment makes it easy to send your data to FoxMetrics (and lots of other destinations). Once you've tracked your data through our open source libraries we'll translate and route your data to FoxMetrics in the format they understand. Learn more about how to use FoxMetrics with Segment.
Page
When you call page
or one of its helper functions on analytics.js, we call FoxMetrics’ record
with the exact same parameters.
Identify
When you call identify
on analytics.js
, we call FoxMetrics’ _fxm.visitor.Profile
to store the userId
, first name
, last name
, email
and then any remaining traits
.
Track
When you call track
or one of its helper functions on analytics.js
, we push your event and properties onto the _fxm
object.
Supported Sources and Connection Modes
Web | Mobile | Server | |
---|---|---|---|
📱 Device-based | ✅ | ||
☁️ Cloud-based |
To learn more about about Connection Modes and what dictates which we support, see here.
Settings
Segment lets you change these destination settings via your Segment dashboard without having to touch any code.
App ID
You can find your App ID (also listed as your API Key) in your FoxMetrics Applications List under My Account > Applications.
If you have any questions or see anywhere we can improve our documentation, please let us know or kick off a conversation in the Segment Community!