A basic installation
Last updated
Was this helpful?
Last updated
Was this helpful?
Engage needs data to run, and excels in the simplicity of which you can provide data to the platform. When you install Engage, you will need to add some code to your site.
Start by adding the code that sends messages to Engage with event data. This is data that holds information about whats going on on your website. It can be when a customer adds a product to cart, when a purchase is made, when a customer signs up for a subscription or when a visitor looks at the pricing page. You can collect any data this way, but we have defined some information Engage requires to run well.
In addition to the code that provides Engage with event data you also have the option to send master data (products, categories and settings) and transactional data (orders) using the APIs provided by Engage. This is optional but enables additional features on the platform.
This guide will walk you through installing and setting up Engage. A basic installation is typically completed within 30-45 minutes.
To follow this tutorial you need to have an account with us, and your Engage API key. If you haven't already, complete the following steps before you begin.
Create an
and find your API key at the top of the dashboard
To get running with Engage, you will need to activate the flow of data. Below are the listed sources to be considered.
This is the core component of Engage used to collect information about your visitors and customers, and the actions they take on your website. The Javascript Tracker is enabled by default in Engage, so you don't have to add any source to start using this.
Many merchants already maintain a Google Product Feed. If you do, we recommend you use that to provide product data.
Go to Data Platform > Integrations
Select the All sources tab
Click the Google Product Feed
and follow the instructions
Order data is not required for all features of the Engage platform, but we strongly recommend you provide order data as it enhance most features and have a few standalone features based on the order data.
Unless you're using one of the platform plugins we've made available for the major e-commerce platforms, you need to send order data to Engage using the Order History API.
You'll need the measurement id from Google Analytics. Log into Google Analytics 4, and go to your data sources to find your measurement id (starting with "G-").
Add the destination:
Go to Data Platform > Integrations
Select the All destinations tab
Click the Google Analytics (GA4 & UA)
source
Provide your measurement id in the GTAG ID field
Leave everything else as is for this basic setup
That's it! You are setup and data is flowing to Engage, and on to the destination you've setup. Now you can explore the features of Engage, and additional destinations to use.
Read about setting up the Javascript Tracker .
Read about setting up the Server-side Tracker .
Read about the events you should send .
Read more about this source .
Read more about how to use this source .
Read more about sending order data via the API .
It's time to setup your first destination! In this tutorial we will walk you through setting up a basic Google Analytics 4 destination. You can read more about the destination , but this tutorial have you covered on the basics below.