Kubric Destination
Kubric allows you to create personalised creatives for your users and deliver them using emails, push-notifications, Facebook & various other channels.
This destination is maintained by Kubric. For any issues with the destination, contact the Kubric Support team.
This document is about a destination which is in beta
This means that the Kubric 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 “Kubric” 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 Kubric dashboard.
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 Kubric as a 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 Kubric as a screen
.
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 Kubric as an identify
event.
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 Kubric as a track
event.
This page was last modified: 11 Nov 2021
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!