Nowadays, having the analytics data is the new oil reserve. If you have a digital front for your business, you want to have every facet of your assets to give you potentially useful data.
That's where ad campaigns come into play. You get to know the trend in which your product/service is consumed by your customers.
So, naturally, when you are adding a chatbot to your arsenal, you want to leverage the most out of it. How could you leverage Joonbot for this use case?
Duplicating Joonbots:
Joonbot can be used in a couple of ways to achieve this result. The first one would be to create separate Joonbots for various campaigns.
This is not a time-consuming job. You don't want to create different chatbots from scratch.
All you need to do is to create a Joonbot once. Once you're done with that, you can duplicate the same Joonbot on the dashboard and rename it for different campaigns.
In this way, you can have distinct analytics from every campaign channel separated and organized for your consideration.
Using Hidden fields:
The next useful and potentially powerful tool to take advantage of is the "Hidden Fields".
A hidden field lets you include data that cannot be seen or modified by users when a form is submitted.
You can add a small javascript code (example given below) for different campaign pages to get results from them.
< script async type = "text/javascript" > ! function() {
if (window.JOONBOT_ WIDGET_ID) {
console.warn("Joonbot snippet included twice");
} else {
window.JOONBOT_WIDGET_ID = "0292407f-3175-4321-8a97-8eca6c05d4d4";
window.JB_CAMPAIGN_NAME = "facebook_ads";
var n, o;
o = document.createElement("script");
o.src = "https://js.joonbot.com/init.js ", o.defer = !0, o.type = "text / javascript ", o.async = !0, o.crossorigin = "anonymous";
n = document.getElementsByTagName("script")[0], n.parentNode.insertBefore(o, n);
}
}() < /script>
Hidden fields are very powerful tools that you can use for a multitude of tasks. You can learn all about using hidden fields in our tutorial article including a video.
NOTE:
If you are using full page Joonbots for your campaigns, the hidden fields are needed to be added to the URL of the page.
Comments
0 comments
Please sign in to leave a comment.