Home > Tag Archives: proactive chat

Proactive Chat

About This Article

This article explains Proactive chat.

Proactive Chat

Proactive chat is a really powerful tool to improve chat engagement. Visitors are much more likely to respond to a message sent on behalf of an agent, than to start a chat manually. As Proactive Chat is such a large feature, we have separated the documentation in to several sections.…

READ FULL ARTICLE

Routing by tag for proactive chats: Configuration

About This Article

The purpose of this article is to provide a comprehensive overview of how to use Routing by tag for proactive chats.

Routing by tag is a very powerful feature. Below is how to configure it for Proactive chats. You do not need to enable the routing by tag option under the Chat Assignment menu to do this. 

READ FULL ARTICLE

Pop up the Pre-Chat form after X seconds

About This Article

The purpose of this article is to provide a comprehensive overview of how t0 pop up the Pre-Chat form after X seconds.

When visitors land on your website, perhaps you want to capture their information before they leave without waiting for them to click the chat button. Well, there is a way to programmatically pop-up the Pre-Chat

READ FULL ARTICLE

Basic rule configuration in Proactive Chat

About this Article-

This article goes over basic rule configuration set up for Proactive chat and how to set up a rule under the Settings > Proactive tab.

 

Our Proactive Chat system is extremely configurable, and it can get pretty complex.

It will allow you to create various rules to help you engage visitors. In this article we will …

READ FULL ARTICLE

How to setup an agent assignment list for your Proactive Chat rules

About This Article

The purpose of this article is to provide a comprehensive overview of how to setup an agent assignment list for your Proactive Chat rules.

If you have a message that you only want to associate with a group of agents within your organisation you can set up agent assignments for this rule. This means that if the …

READ FULL ARTICLE

Proactive vs Reactive Chats

About This Article

The purpose of this article is to provide a comprehensive overview of Proactive vs Reactive Chats and how each are assigned.

There are two types of chats, Proactive chat and Reactive chat.

Proactive Chats

Proactive chats are first assigned to agents with the least number of chats when a visitor is on your site.

Example: Mia has …

READ FULL ARTICLE

How to Attract 20% More Customers with Live Chat

About this Article-

This article goes over suggestions on how to attract more customers.

 

Thousands of organizations use SnapEngage to attract more customers… 20% more on average! Here are some of the amazing ways they’ve done it.


1. Turbo charge your conversion page

When visitors are at your signup or checkout page, they usually still have questions on their …

READ FULL ARTICLE

Four Reasons to Use Proactive Chat

About This Article

The purpose of this article is to provide a comprehensive overview of the benefits of Proactive chat.

Four reasons to use proactive chat AND to be more efficient:

1.  When monitoring a dashboard and manually engaging your website visitors, you would first have to select a visitor, write a message, and wait for your visitor to respond.

READ FULL ARTICLE

How to test if Proactive Chat is working

If your Proactive Chat doesn’t seem to be working, this guide will help you diagnose and understand the issue. This doc covers the most common pitfalls and points of confusion when Proactive Chat isn’t working.

As it will also be mentioned right below, when you test Proactive Chat, it is best that you use a Google Chrome “Incognito” window, a …

READ FULL ARTICLE

Proactive Chat URL Rules

About This Article

The purpose of this article is to provide a comprehensive overview of different ways to configure your Proactive Chat v2 using our URL rules

This guide will explain the different ways to configure your Proactive Chat v2 using our URL rules.  We have three types of URL rules:
  • contains“/”does not contain” – our
READ FULL ARTICLE

How do I open the chat window programmatically?

About This Article

This article explains how to programmatically open the chat window.

Overview

There are a few ways to start a chat using our Javascript API’s after you have the SnapEngage code installed on your website. Your usage may depend on exactly what you’re hoping to do, but in most cases we recommend using the following.

SnapEngage.openProactiveChat();

You can …

READ FULL ARTICLE

How do I programmatically disable the proactive chat for some users I know are already converted?

About This Article

The purpose of this article is to provide a comprehensive overview of how to programmatically disable the proactive chat for some users I know are already converted.

To disable proactive chat for converted visitors you can place the following line in the SnapEngage JavaScript code after the line:

// Place your SnapEngage JS API code below

SnapEngage.allowProactiveChat(false);
READ FULL ARTICLE