Using CoreMedia Tag with Engagement Studio
Learn how to add CoreMedia Tag to Engagement Studio.
Prerequisites
-
CoreMedia Engagement Studio.
-
A user with access to Engagement Studio.
Overview
To enable features with CoreMedia tag, you need to add a JavaScript tag to your website, which contains your CoreMedia Engagement Cloud ID and the URL to CoreMedia JavaScript. CoreMedia provides the JavaScript tag that contains the necessary code to load the CoreMedia JavaScript. You can choose to write your own JavaScript for CoreMedia tag.
Steps
1. Login to Engagement Studio.
Use your user to login to Engagement Studio.
2. Copy the Tag code.
-
On the top right corner of the Dashboard page, click on the name of the user.
-
From the dropdown menu, select Scripts list.
On the Settings page, select and copy your CoreMedia tag code.
3. Configure the Tag
<script>
var bysideWebcare_webcare_id = "0123ABC45";
var bysideWebcare_lang = "en";
</script>
<script src="https://bywe1.byside.com/agent/bwc_we1.js" type="text/javascript"></script>
-
To configure the CoreMedia tag, add more parameters to the parameter list above.
-
Include the parameter list and the link to the script in all the pages of the website where you want to use CoreMedia Tag.
4. Add CoreMedia Tag to your website
Include CoreMedia Tag in every page from which you want to collect information.
CoreMedia recommends that you add the tag at the end of sections
<head>
or<body>
.
Result
After adding CoreMedia Tag to all the pages in your website, you can add new functionality to the website, monitor visitors activity, and react to visitors behavior.