Integrating the Relevic personalization script into your website is a crucial step to enable tailored experiences for your visitors. This script allows Relevic to dynamically adjust your site’s content based on visitor behavior, improving engagement and conversion rates.
By correctly placing the script, you ensure your website is ready to deliver personalized campaigns that drive results.
Step 1: Accessing and Copying the Relevic Personalization Script
To start personalizing your website with Relevic, follow these simple steps:
Log in or Sign Up: Begin by logging into your Relevic dashboard.
Navigate to the Configuration Tab: Go to the Configuration Tab within the dashboard to find the necessary settings for your website.
Copy the Personalization Script: Copy the provided personalization script—this will be used in the next step for integrating into your website.
Step 2: Integrating the Personalization Script into Your HTML Website
Follow these steps to integrate the script into your HTML-based website:
Open Your HTML File: Using a code editor, open the HTML file where you want to add the script (typically the index.html file).
Insert the Script: Paste the Relevic personalization script inside the
<head>
section of your website’s HTML file to ensure it loads at the correct time:<head>
<script>
// insert the personalization script you copied in step 1
</script>
</head>Save the Changes: After inserting the script, save your HTML file.
Upload the File: Upload the updated HTML file to your web server via FTP or your hosting platform’s file manager.
Verify the Integration: Open your website in a browser to check that the personalization script has been successfully integrated and is functioning as expected.
With these steps completed, your website is ready to start delivering personalized experiences using Relevic.