Integration for stores using FastStore framework
This guide contains instructions on integrating Synerise with a store built on the FastStore framework. If you are unsure which framework is used in your project, refer to the VTEX documentation.
You can use the Synerise plugin in your eshop built on VTEX IO ecommerce platform to transmit the data from your website to Synerise, so you can utilize it for analyses and your business campaigns.
The article is divided into three main parts, each of which contains procedures for specific platforms:
- Configuration in the Synerise platform.
- Configuration in the VTEX platform.
- Configuration in the application files.
Plugin scope
- Tracking transaction, cart, and customer activity events
- Tracking the checkout page
- Identifying customers after they fill out a form
- Synchronizing data between Synerise and VTEX through webhooks: creating, updating, and removing accounts; marketing consent changes
- Exporting historical data about customers and orders from VTEX to Synerise.
Configuration in Synerise
Generate the tracking code
To enable tracking the customer activity on your website, create a tracking code which you will implement into your code files later in the process.
-
In Synerise, go to Settings > Tracking codes and generate a tracking code dedicated to VTEX.
Full instruction on generating tracking codes is available here.Result: Synerise generates 2 tracking codes.
-
Copy the generated tracking codes and save them in the notepad.
Create an API key
Create an API key with specific permissions (the list is available in the instruction below), which will enable authorization between Synerise and VTEX.
-
In Synerise, go to Settings > API Keys > Add API key.
-
On the pop-up:
- Select Workspace.
- Enter the name of the API key (it will be visible on the list of API keys).
- Optionally, in the Description field, you can provide a brief explanation for the purpose of the key. This will help you and your team in identifying the key promptly on the API key list.
-
Confirm by clicking Save.
-
Find the key on the top of API key list and click Permissions.
-
On the pop-up, select all the permissions listed below to enable complete synchronization of data between Synerise and VTEX:
Click to expand the list of permissions- CLIENT:
- API_BATCH_CLIENT_CREATE
- API_CLIENT_CREATE
- EVENTS:
- API_ADDED_TO_CART_EVENTS_CREATE
- API_ADDED_TO_FAVORITES_EVENTS_CREATE
- API_CUSTOM_EVENTS_CREATE
- API_LOGGED_IN_EVENTS_CREATE
- API_LOGGED_OUT_EVENTS_CREATE
- API_REGISTERED_EVENTS_CREATE
- API_REMOVED_FROM_CART_EVENTS_CREATE
- TRACKER
- TRACKER_CREATE
- TRANSACTION
- API_BATCH_TRANSACTION_CREATE
- API_TRANSACTION_CREATE
- VTEX
- IMPORT_FEEDER_INTEGRATION_VTEX_CREATE
- IMPORT_FEEDER_INTEGRATION_VTEX_READ
- IMPORT_FEEDER_SYNCHRONIZATIONS_VTEX_READ
- IMPORT_FEEDER_SYNCHRONIZATION_VTEX_CREATE
- IMPORT_FEEDER_SYNCHRONIZATION_VTEX_DELETE
- CLIENT:
-
Confirm by clicking Apply settings.
-
Close the pop-up with permissions.
-
On the General section, click Show.
-
Copy the API key into the notepad.
Enable updating profile information with specific events
To prevent duplicating customers’ accounts when they become identified, make it possible for specific events to update profile information without JWT authorization.
- Go to Data Management > Events.
- Select the JS SDK event settings tab.
- In the Events without JWT allowed for updating profiles’ information section, click Define.
- From the Select events dropdown list, select form.submit
- Confirm by clicking Add.
- Confirm the settings by clicking Apply.
Prepare tracking events on the checkout page
In this part of the process, you will use a ready-to-use dynamic content template available in the Synerise platform. This template includes JavaScript that’s inserted into the checkout page to identify customers when they fill out a form and to track events on the checkout page. By default, the dynamic content from this template doesn’t include any elements visible on the site.
- Go to Communication > Dynamic Content > Create new.
- Enter the name of the dynamic content.
- As the dynamic content type, select Insert object.
- In the Audience section, select the Everyone tab.
- In the Content section, set the CSS Selector option to After.
- In the text field, enter
.snrs-modal-wrapper
This sets the dynamic content to be injected after one of the elements created when Synerise JS SDK is initialized. If you need to, you can set a different selector. - Click Create message.
- Select Script templates.
- From the Script templates library, select VTEX - tracking events on checkout page.
The template is ready to be used, it contains all necessary scripts that track events and identify customers when they fill out the form. - If needed, you can make changes to the templates.
Note: You can learn more how to edit a template in a dynamic content template builder here. - In the upper right corner, click Use in communication.
- Confirm the settings in the Content section by clicking Apply.
- In the Schedule section, select Display immediately and click Apply. If needed, you can declare the date when the dynamic content will start and end being active
- In the Display settings section:
- Open Advanced options.
- In Page targeting, click Others.
- In Display on pages, click Add rule.
- Select Page with URL and enter the URL of your checkout page.
- Confirm the settings by clicking Apply.
- Optionally, in the UTM & URL parameters section, define these parameters.
- In the upper right corner, click Activate.
Configuration in VTEX
Install the Synerise plugin
Install the application through the VTEX console:
- Download the VTEX console.
- In the console, log on to your VTEX workspace.
- Install the Synerise application with the following command:
vtex install synerisepartnerar.synerise-integration
Result: A native Synerise integration appears in the Apps section in the menu and you will be redirected to the Configuration section automatically.
Enable data exchange between Synerise and VTEX
To initiate the exchange of data between Synerise and VTEX, you will provide the workspace API key, Synerise API GUID, and select Synerise API host.
- In the Synerise Workspace API key field, enter the Synerise API key which you created in “Creating an API key”.
- If you want to use basic authentication, in the Synerise API GUID (Optional) field, enter the workspace GUID.
Filling out this field results in setting GUID to be a password and Workspace API key a login for basic authentication.
You can find the GUID in the settings of your API key, after enabling Basic access authentication.
Note: Read more about Basic authentication. - From the Synerise API host list, select the API host URL. Depending on the cloud where your Synerise workspace is hosted:
- if your Synerise portal URL starts with
https://app.synerise.com/
, use Microsoft Azure. - if your Synerise portal URL starts with
https://app.geb.synerise.com/
, use Google Cloud Platform.
- if your Synerise portal URL starts with
- Click Next.
Skip enabling Synerise Web SDK on the store’s site
- In the view that opens, leave Tracking code empty.
- Click Next.
You will add the tracking code later to the application files. The process is described in the “Add the Synerise tracking code” section further in this article.
Define additional settings
In this part of the configuration, you will:
- leave the Customer/product tracking event section empty - you will enable tracking all events after adding the tracking code to the application file later in the process. It is described in the “Add the Synerise tracking code” section further in this article.
- select order statuses which will overwrite transaction information
- select customer attributes to be added to the transaction event metadata
- select additional customer attributes to send to Synerise
- leave the Web push notification configuration field empty, this option is non-configurable for the FastStore plugin configuration
Select order statuses for overwriting transaction events
From the Order statuses for data updates dropdown list, select the status or statuses that will update the transaction information in Synerise. As a result, the existing transaction.charge and product.buy events generated by that order will be updated. Refer to the tables below to see which parameters are overwritten:
-
product.buy
Event parameter Explanation $quantity
- When an item is removed, the value of the parameter is set to 0
.
- When the item quantity changes, the value changes accordingly.canceled
This parameter is added only when an item is removed. The value is set to true
. -
transaction.charge
event parameter description $revenue
The total value of the transaction may change (for example, as a result of including promotions or removal of items from the order). status
Contains the name of the order status which triggered overwriting this event.
Select customer attributes added to orders
In the Customer attributes added to orders field, you can add customer attributes which will be added to the metadata of the transaction events.
Select additional customer attributes
In the Additional customer attributes field, select the VTEX attributes which will be sent to the Synerise. These attributes will be saved in the customer’s profile.
Complete the configuration by clicking Configure.
Implement SDK on the checkout page
The checkout page in VTEX requires a custom script to enable Synerise tracker and SDK. You can implement it in one of the following ways (the choice of the method depends on your checkout page configuration in VTEX):
Standard checkout configured in VTEX settings
- In your VTEX workspace, click the gear icon in the lower left corner and go to Checkout.
- Next to the name of the store that you are configuring, click the gear icon.
- On the page that opens, go to the Code tab.
- From the Files list, open checkout6-custom.js
- In the file, add the Tracking code for the VTEX checkout page tracking code you created in “Generating the tracking code” section.
WARNING: Don’t add thecustomPageVisit
anddynamicContent
parameters in this tracking code! - Click Save.
Result: Synerise SDK is added to the checkout page and the dynamic content used to track events on the checkout page becomes enabled.
Custom UI checkout
- Follow the instructions in the VTEX documentation.
- While performing the procedure described in the documentation, in the JavaScript tab, add the Synerise tracking code from “Generating the tracking code” section.
Checkout UI Settings
- Follow the instructions in the VTEX documentation described in the Configuration section.
- While performing the procedure described in the documentation, in the
checkout-ui-custom
folder, create aJS
file with the Synerise tracking code from “Generating the tracking code” section.
Configuration in your application files
This part of the process involves making changes to your application files.
Add the Synerise tracking code
In this part of the process, you will prepare a Synerise tracking code for use with the FastStore framework. Once you add the tracking code in your application files, you will be able to track the following events:
Event name in VTEX | Description | Event in Synerise |
---|---|---|
Client login | This event is generated when a customer logs in to their account on your website. | client.login See details in Event reference |
Client logout | This event is generated when a customer logs out from their account on your website. | client.logout See details in Event reference |
Add to cart | This event is generated when a customer adds an item to the cart. | product.addToCart See details in Event reference |
Remove from cart | This event is generated when a customer removes an item from the cart. | product.removeFromCart See details in Event reference |
Cart status | This event is generated when the customer changes the contents of the cart. | cart.status See details in Event reference |
Newsletter subscription | This event is generated when a customer enables the email marketing agreement. | marketingAgreement.turnOn See details in Event reference |
Add to favorite | This event is generated when a customer adds an item to wishlist. | product.addToFavorite See details in Event reference |
Remove from favorite | This event is generated when a customer removes an item from wishlist. | product.removeFromFavorite See details in Event reference |
Page visit | This event is generated when a customer visits any page within the tracked domain. | page.view See details in Event reference |
Product review | This is a custom event; it is generated when a logged-in customer submits a product review. Important: If VTEX allows syncing reviews from anonymous customers, no events will be generated in Synerise due to the lack of customer identifiers needed to match reviews with customers. |
product.addReview See details in Event reference |
-
Go to the Synerise platform.
-
Go to Settings > Tracking codes.
-
On the list, find the tracking code you generated in the Generate the tracking code part of the process.
-
Open the preview of the tracking code.
-
Copy the value of the
trackerKey
parameter and save in the notepad. -
Copy the code below to the notepad and in the
trackerKey
parameter value, paste the tracker key you copied in the previous step. -
Implement the code below according to the instructions in Adding the third-party scripts.
const ThirdPartyScripts = () => { return ( <script dangerouslySetInnerHTML={{ __html: ` function onSyneriseLoad() { SR.init({ trackerKey: "XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX", plugin: "faststore", }).then(function () { SR.event.pageVisit().then(function () { SR.dynamicContent.get(); }); }); } (function(s,y,n,e,r,i,se){s["SyneriseObjectNamespace"]=r;s[r]=s[r]||[], s[r]._t=1*new Date(),s[r]._i=0,s[r]._l=i;var z=y.createElement(n), se=y.getElementsByTagName(n)[0];z.async=1;z.src=e;se.parentNode.insertBefore(z,se); z.onload=z.onreadystatechange=function(){var rdy=z.readyState; if(!rdy||/complete|loaded/.test(z.readyState)){s[i]();z.onload = null; z.onreadystatechange=null;}};})(window,document,"script", "//web.snrbox.com/synerise-javascript-sdk.min.js", "SR", "onSyneriseLoad"); `, }} /> ) } export default ThirdPartyScripts
Implement AI recommendations and AI Search
Optionally, you can implement Synerise AI recommendations and AI Search to let you display recommendations in your store and let your customers use the AI-powered search. To do so, refer to the Github documentation.