Welcome to our Support Portal

How can we help?

AI chatbot feature overview

Table of contents - [Integrating FlowHunt as an AI provider (separate article)](https://support.liveagent.com/548664-Integrating-FlowHunt-as-an-AI-provider) - [Setting up AI chatbot (separate article)](https://support.liveagent.com/486517-Setting-Up-AI-chatbot) - [Enhancing AI chatbot to see attached files (separate article)](https://support.liveagent.com/920155-Enhancing-AI-chatbot-to-see-attached-files) - [Chatbot chat overview](#chatbot-chat-overview) - [Order of chatbot chats in the Chats ...

image

Read URL parameters & add them as data1 & data2

<script type="text/javascript" id="pap_x2s6df8d" src="https://PAP_URL/scripts/hash"></script> <script type="text/javascript"> // Get the URL parameters const urlParams = new URLSearchParams(window.location.search); // Get the values of the URL parameters const email = urlParams.get('email'); const name = urlParams.get('name'); PostAffTracker.setAccountId('default1'); var sale = PostAffTracker.createSale(); sale.setTotalCost('0'); sale.setData1(email); sale.setData2(name); sal...

Categories