Skip to main content
All CollectionsIterable
Iterable - Data Feed Setup
Iterable - Data Feed Setup

Iterable data feeds for on-the-fly Jacquard language testing and optimisation

Updated over a week ago

You'll begin your setup with adding at least one data feed.

When creating data feeds, you have the option to create one per experiment/delivery or a reusable one per template where you can simply change the experiment ID each time. This article describes the creation process that applies in both cases.

Select Data feeds from the Content menu.

Click Create New Feed.

Complete the creation form by giving the feed a name and template handlebars alias.

Then, add the URL for the Jacquard real-time endpoint. You can copy the endpoint URL below:

https://realtime.phrasee.co/live/single_variant?campaign_id=[campaign_id]&delivery_id={{messageId}}&recipient_id={{#urlEncode}}{{email}}{{/urlEncode}}

You'll need to replace the [campaign_id] placeholder in the URL with your unique Jacquard experiment ID. If you don't know where to find your Jacquard experiment ID, we've got an article for that.

If you're planning to reuse this data feed for multiple campaigns, you'll need to update the experiment ID parameter each time. You'll also need to ensure you don't attempt to test or deploy another email leveraging the same data feed before you update the experiment ID.

Finally, add your Phrasee Connect Server authorization token. The authorization token should be preceded by the word Bearer and a space, as in the example below.

If you don't already have a token, reach out to your Phrasee admin and ask them to follow these instructions.

When everything has been populated correctly, click Save feed.

Once you have saved the feed, you can call it in your campaign(s) using the handlebars alias.

Using the above example, you would put {{WeeklyOffers.language_variant_text}} directly into your campaign to dynamically populate the Jacquard language.

Now, let's move on to click tracking setup.

Did this answer your question?