Sync Data

1

Customising product data #

The DanDomain App supports sending custom attributes that you have added in DanDomain Classic.

1. Start by logging in to your DanDomain Classic backend and go to Clerk.io in the side-menu

2. Login using your Password

3. In the app, under General you will find a text-field called Additional Product Attributes

4. Start typing in the name of your attribute, and it will show up if it exists:

...

Sync Data

1

Creating data feeds #

This guide focuses on the crucial process of creating data feeds for the S360 Clerk plugin in your JTL webshop. Data feeds are essential for keeping your product information up-to-date and synchronized with Clerk.io. Follow these steps to ensure a seamless integration and optimal performance.

Accessing Data Feed Settings #

Begin by accessing the data feed settings in your JTL webshop backend:

  • Navigate to Plugins → Installed Plugins → S360 Clerk → Gear Icon.

Here, you’ll find the settings required for creating effective data feeds.

...

Sync Data

1

Deactivate order sync #

After the first data sync has run successfully, order sync from Magento1 can be deactivated as the sales-tracking from the extension takes over.

To deactivate order sync, go into your Magento1 backend, choose SYSTEM in the menu bar and press CONFIGURATION:

Choose the main site (the site you’re attempting to affect) under CURRENT CONFIGURATION SCOPE:

Then click on SETTINGS under the CLERK tab in the left side bar and then change the field next to DISABLE ORDER SYNCHRONIZATION from NO to YES. Press SAVE CONFIG to make the changes take effect immediately:

...

Sync Data

1

Customising product data #

Sending simple attributes from the Magento 2 Admin #

If the attributes you want to send are already available as simple attributes in your Magento 2 admin, they can easily be added on the Extension page.

1. Start by going to Stores -> Product

Here you can see all available attributes in your shop. Find the attribute codes of the ones you want to send to Clerk.io:

...

Sync Data

1

Clerk Audience can be setup to automatically sync a group of customers to MailChimp so your Mailchimp audiences are always up to date.

You only have to setup the sync once, and then MailChimp will be kept updated with the Clerk Audiences you have chosen, even as they change from day to day.

Follow these steps to setup the sync.

1. In Mailchimp #

1.1. Start by going to Audience in the side menu.

...

Overview

1

All communication with Clerks AI happens through our super fast REST API.

Regardless of the webshop platform, Clerk can always be integrated via API or with our Clerk.js solution that makes API calls from the frontend.

We then build extensions and integrations that bundle features from the API and Clerk.js to make integration smooth.

...

Sync Data

1

Customising product data #

In Prestashop, you can add most simple attributes directly from the Admin, but you can also create customised attributes directly in the code.

Sending simple attributes from the Prestashop Admin #

Note: This feature only works from v.5.3.2. Check this guide to see how to upgrade.

In the Prestashop Admin, start by going to the following section:

Prestashop 1.7: Catalog -> Attributes & Features Prestashop 1.6 : Catalog -> Product Attributes

...

Sync Data

1

Customising product data #

In Shopify, attributes can be added through my.clerk.io->Data Sync.

Simply go to the input-field called Custom Attributes, and type in the attributes you want to include for products.

To add several attributes, simply separate them with commas.

Attributes should always be written as their short-versions. This will usually be all lowercased. E.g. the attribute “Sizes” should be “sizes”.

Orders with pre- and suffixes #

Shopify has released a new feature that allows you to add any characters before and after the original Order ID’s. This also means that the tag used to track these ID’s have changed.

...

Sync Data

1

Customising product data #

In my.clerk.io, choose Data > Data Sync Settings, and scroll down to “Custom Attributes”

If you have custom product attributes you’d like to include in your data, type in the attribute value names in the text box below Custom Attributes.

Remember to add these as comma-separate values:

Once these custom data values are added, you’ll be able to use these product attributes in your Clerk.io Designs and Content.

...

Sync Data

1

Setting up a data feed #

Note: This data feed from Smartweb/HostedShop is deprecated. This means that we offer limited support for this. We highly recommend you to switch over to the Smartweb/HostedShop’s SOAP API data feed.

  1. In the SmartWeb Admin, go to Kontrolpanel->Prisindeks

  2. Create a new Prisindex by clicking Opret Eget Prisindeks in the top right corner.

  3. Give it the name Clerk.

  4. Use the following code to create the Data Feed. This will generate a link with the product feed, which can be used in the HTML Annotations importer at my.clerk.io.

    ...