MetaCX Destination
MetaCX is a digital success layer that brings suppliers and buyers of SaaS together for better collaboration and outcome management, offering real-time visibility into customer success.
This destination is maintained by MetaCX. For any issues with the destination, contact their success team.
This document is about a destination which is in beta
This means that the MetaCX Destination is in active development, and some functionality may change before it becomes generally available.
Getting Started
- From the Segment web app, click Catalog.
- Search for “MetaCX” in the Catalog, select it, and choose which of your sources to connect the destination to.
- Enter the “API Key” into your Segment Settings UI which you can find from your Segment IO connection.
- If you do not already have a Segment IO connection, create one by clicking the Add Connection button at the bottom right of the page.
Page
If you’re not familiar with the Segment Specs, take a look to understand what the Page method does. An example call would look like:
analytics.page()
Page calls will be sent to the SegmentIO connection with event key page
.
Screen
If you’re not familiar with the Segment Specs, take a look to understand what the Screen method does. An example call would look like:
[[SEGAnalytics sharedAnalytics] screen:@"Home"];
Screen calls will be sent to the SegmentIO connection with event key screenview
.
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does. An example call would look like:
analytics.identify('userId123', {
email: 'john.doe@example.com'
});
Identify calls will be sent to the SegmentIO connection with eventKey identify
.
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example call would look like:
analytics.track('Clicked Login Button')
Track calls will be sent to the SegmentIO connection with event key track
.
This page was last modified: 11 Nov 2021
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!