Movable Ink Destination
Destination Info
Movable Ink lets email marketers deliver jaw-dropping customer experiences. Our cloud-based software activates any data to generate intelligent content at the moment of open.
This destination is maintained by Movable Ink. If you have any issues, contact Movable Ink at support@movableink.com.
This document is about a destination which is in beta
This means that the Movable Ink Destination is in active development, and some functionality may change before it becomes generally available.
Getting Started
Perform the following steps to get started with Segment’s Movable Ink destination:
- Ensure you have an active Movable Ink account.
- Turn on the Movable Ink destination using the Segment dashboard.
- Talk to your Movable Ink account manager to get your Movable Ink API key.
- Enter the API key into the Movable Ink destination settings.
- set up the Segment SDK to send
track
andidentify
events to Movable Ink.
Identify
If you’re not familiar with the Segment Specs, take a look to understand what the Identify method does.
When you send an identify
event with one of Segments sources, this is passed to the Movable Ink API and includes the user traits
you provide along with the previously used anonymousId
as well as the userId
that was given.
Once the Movable Ink API receives this identify
event, it will associate the events made by the previous anonymousId
to the provided userId
or traits.email
if one is provided. From that point on, the events will now appear in the user profile. This enables Signals features such as behavioral targeting, as well as content integrations like Behavioral Apps.
Track
If you’re not familiar with the Segment Specs, take a look to understand what the Track method does.
When you send a track
event with one of Segment’s sources, Movable Ink will normalize them into the same events that Movable Ink’s API would normally receive. They will then be available to target against in behavioral marketing campaign content as well as being available in Custom Apps and Behavioral Apps.
Track events that are sent to Movable Ink will be attributed to the user identifier provided by any identify
call. This user identifier may be an email or another unique identifier if one exists for that user.
If no identify
call has been made, then the events will be attributed to an anonymous user using the anonymousId
, until an identify
call is made and the userId
is set.
Events coming from Segment have a few required properties for them to work with Signals.
Ecommerce Supported Events
Movable Ink currently supports the Segment Ecommerce event specification, and in the future Movable Ink may expand the supported events to work with additional client use cases.
Product Events
The Product Viewed
and Product Added
track
events must include the following properties in order for them to be used in Signals:
sku
orproduct_id
url
Conversion Events
The track
event Order Completed
is used to create conversion events in Signals. The required properties are:
total
products
to list the products that were purchased. Each item in this list must contain the propertiessku
orproduct_id
as well asprice
.
Example Flow
- Send a
track
event with no identity, it will attribute to an anonymous user. - Send an
identify
event to set the user identifier. - Send another
track
event. It will be attributed to the user set by theidentify
event.
Troubleshooting/ FAQ
No Events in Movable Ink associated with profiles
Remember, the track
events Product Viewed
and Product Added
must include sku
or product_id
and must include a url
. These properties enable events to be associated with an user’s profile.
This page was last modified: 28 Nov 2023
Need support?
Questions? Problems? Need more info? Contact Segment Support for assistance!