Singular Destination
Destination Info
- Accepts Page, Alias, Group, Identify, and Track calls
- Refer to it as Singular in the Integrations object
Components
Partner Owned
- This integration is partner owned. Please reach out to the partner's support for any issues.
Singular is a Marketing Intelligence Platform that transforms marketing data into accurate, granular and actionable insights to drive growth. By unifying marketing campaign data with attribution data, marketers can measure ROI from every touchpoint across multiple channels for a single source of truth.
This destination is maintained by Singular. For any issues with the destination, contact Singular Support.
Getting Started
- From the Segment web app, click Catalog.
- Search for “Singular” in the Catalog, select it, and choose which of your sources to connect the destination to.
- Add your Singular “API KEY”, found in your Singular Dashboard under ‘Developer Tools’ > ‘SDK Keys’, to the Segment Settings UI.
What’s supported
- Install Attribution
- Apple Search Ads Attribution
- Custom Event Tracking
- Revenue tracking
- Custom User ID
Install Attribution
Enable automatic tracking of lifecycle events (Application Opened
, Application Installed
, Application Updated
) using initialization config parameters (iOS, Android) to track installs and sessions in Singular. The Singular “session” will be sent automatically by the integration as long as you are including the events above.
Tracking Custom Events
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does. An example call (in Android) would look like:
Analytics.with(context).track("Signup")
Analytics.with(context).track("Level9Passed")
Those calls will be sent to Singular and processed as custom post-install events and will be available in reporting & user-level exports.
Revenue Tracking
Singular will receive revenue tracking when an event containing the revenue
property is sent (including zero value). You can optionally pass the currency
(as an iso3 code). The default currency is USD
.
For example in Android you would do:
Analytics.with(context).track("Order Completed", new Properties().putRevenue(1.99));
Custom User ID
For the cloud-mode destination, Singular has mapped the Custom User ID to the Segment User ID value. Follow the steps here to configure for: iOS, Android.
For the device-based destination, Singular’s SDK uses the identify method to map Segment’s User ID value to the Custom User ID.
Android example:
Analytics.with(context).identify("myUserId");
In order to unset the Custom User ID, call the reset method.
Android example:
Analytics.with(context).reset();
Settings
Segment lets you change these destination settings from the Segment app without having to touch any code.
Setting | Description |
---|---|
API Key (required) |
string . You can find your API Key under Settings -> SDK Keys |
Secret | string . Required for device-mode integrations with our iOS and Android SDKs. |
This page was last modified: 31 May 2024
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!