Show only for Specific Pages, Countries, Times or Subset of visitors
AI Agent Customization for showing only to a specific data set Specific audience Specific pages Specific countries
How to show AI Agent only to a certain percentage of website visitors?
For AI Nav:
percentage-visible="20"
For Widget:
percentage_visible="20"
How to get the AI Agent to only show on selected pages on your website?
For AI Nav:
white-listed-urls="https://URL1/, https://URL2/"
or, if you want to hide on a specific page.
black-listed-urls="https://URL1/, https://URL2/"
For Widget:
white_listed_urls="https://URL1/, https://URL2/"
to hide on specific urls:
black_listed_urls="https://URL1/, https://URL2/"
How to block the AI Agent from showing up for selected countries?
For AI Nav:
countries-blocked="Canada, India"
For Widget:
countries_blocked="Canada, India"
Note: You can get the exact names of the countries from here: https://geo-database.ipify.org/ (eg US works, not USA)
How to block the AI Agent from showing up for selected time range
For AI Nav:
Coming soon. Reach out to [email protected] if you need this urgently
For Widget:
active_hours_start="8"
restricted_hours_start="20"
The widget will only be visible during the above time slot (ie above translates to 8am to 8pm). Please input time in UTC. Currently, we do not support minutes.
An Example
<co-pilot platform-id="d1cda1d3-2587-4356-b1f5-230ac6d6b3c4" user-id="e540340f-815f-44f2-8375-a8ed0eec2e12"
chatbot-id="bd475387-4492-45a2-98a0-0f83a7778eb2"
// These were added
percentage-visible="20"
white-listed-urls="https://URL1, https://URL2"
countries-blocked="Canada, India"
// ^^^
is-local="false" >
<a href="https://www.chatsimple.ai/?utm_source=widget&utm_medium=referral">
AI Nav</a></co-pilot> <script src="https://cdn.chatsimple.ai/ai-loader.js" defer></script>
Last updated