A basic installation
Engage needs data to run, and excels in the simplicity of which you can provide data to the platform. When you install Engage, you add two types of code to your website / server.
- 1.You add 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 or when a purchase is made. You can collect any data this way, but we have defined some information Engage requires to run well.
- 2.You add code that sends master data (products, categories and settings) and transactional data (orders) to Engage. This data is sent to one our API endpoints for each of the data types, or via one of the plugins we provide.
This guide will walk you through installing and setting up Engage. A basic installation is typically completed within 30-45 minutes.
If your store runs on any of the platforms listed below, continue with the specific platform installation by clicking on the one you use. If not, continue with this guide.
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.
- 1.Create an Engage account
- 2.Log in and find your API key at the top of the dashboard
To run the recommended setup on Engage, you need the following three data sources:
- 1.
- 2.
- 3.
Javascript
Server-side
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.
Learn more
Google Product Feed
Products API
Many merchants already maintain a Google Product Feed. If you do, we recommend you use that to provide product data.
- 1.Go to Data Platform > Integrations
- 2.Select the All sources tab
- 3.Click the
Google Product Feed
and follow the instructions
Learn more
Another way to provide product data is to use the Engage Product Catalog API.
- Go to Data Platform > Integrations
- Select the All sources tab
- Click the
Product Catalog API
and follow the instructions
Learn more
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.
Learn more
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 here, but this tutorial have you covered on the basics below.
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:
- 1.Go to Data Platform > Integrations
- 2.Select the All destinations tab
- 3.Click the
Google Analytics (GA4 & UA)
source - 4.Provide your measurement id in the GTAG ID field
- 5.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.
Last modified 15d ago