This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Carrot quest

Description

Carrot quest совмещает в себе все инструменты для автоматизации маркетинга, продаж и коммуникации с пользователями. Поддерживает WooCommerce 5.x, 6.x, 7.x (до 7.1.0 версии).

Описание

Carrot quest — инструмент для создания чат-ботов и других инструментов автоматизации маркетинга. С помощью Carrot quest вы можете создавать и настраивать чат-ботов для сайта и мессенджеров, размещать формы подписки и опросники на сайте, настраивать триггеры и многое другое.

Это удобный инструмент для автоматизации маркетинга и продаж, который поможет вам повысить вовлеченность аудитории и собрать важные данные о клиентах.

У Carrot quest есть ряд преимуществ по сравнению с другими платформами автоматизации маркетинга:

  1. Интуитивно понятный интерфейс: у Carrot quest простой и удобный интерфейс, который позволяет создавать, настраивать чат-ботов и другие инструменты автоматизации маркетинга без программирования.
  2. Интеграция с различными платформами: Carrot quest может интегрироваться с различными платформами, например, с CRM-системами, социальными сетями и мессенджерами. Это позволяет использовать сервис в маркетинговых кампаниях.
  3. Гибкие настройки: в Carrot quest большой набор настроек, которые позволяют настроить чат-ботов и другие инструменты автоматизации маркетинга под свои нужды.
  4. Email-рассылки: кроме чат-ботов и других инструментов автоматизации маркетинга, в Carrot quest также можно собирать и отправлять email-рассылки. Вы можете создавать шаблоны писем, расписывать сценарии рассылок и автоматически запускать их, что позволяет эффективно взаимодействовать с вашей аудиторией и продвигать свой бизнес через email-канал.
  5. Чат-боты: вы можете настроить автоматические ответы на часто задаваемые вопросы, создавать различные сценарии для общения с пользователями, отправлять уведомления и предложения, собирать контактные данные и многое другое. Кроме того, Carrot quest поддерживает интеграцию с различными мессенджерами: WhatsApp, Facebook Messenger, Telegram и др., что позволяет использовать его в различных каналах коммуникации с клиентами.
  6. Удобная аналитика: в Carrot quest есть подробная аналитика о поведении пользователей, эффективности чат-ботов и других инструментов автоматизации маркетинга.
  7. Поддержка: в Carrot quest вы можете настроить круглосуточную техническую поддержку для своих пользователей.

В целом, в Carrot quest есть много возможностей для создания, настройки чат-ботов и других инструментов автоматизации маркетинга, что делает его удобным и гибким инструментом для маркетинговых кампаний.

Screenshots

  • Keep detailed information about every visitor and his communications.
  • Collect all your communications with customers in one place.
  • Marketing and sales automation based on customer actions improves your conversion rates.
  • Find the best tools for your needs.
  • Automate your marketing and watch your metrics growing

Installation

  1. Upload the plugin files to the /wp-content/plugins/carrotquest directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Open Settings->Carrot quest and set API Key and API Secret values

FAQ

Where can I get API Key, API Secret and User Auth Key?

You have to register at Carrot quest then open “Settings” -> “API Keys” and copy needed values.

What properties and events this plugin collects?

Events:
1. Viewed product:
* Product name;
* Product description page link;
* Product price. Integer;
* Product image link.
2. Added product to cart:
* Product name;
* Product description page link;
* Product price. Integer;
* Product image link.
3. Viewed shopping cart:
* Products names list;
* Products description pages links list;
* Products costs (integer) list;
* Products image link.
5. Started checkout process
6. Completed checkout process:
* Order ID;
* Order total.

Events, occuring when user authorization is on and order was made by an authorized user:
1. Order paid (when status changed to Completed):
* Order ID;
* Items;
* Order total.
2. Order refunded:
* Order ID;
* Items.
3. Order cancelled:
* Order ID;
* Items.

Properties:
1. Shopping cart total (integer) – updated when cart is viewed or product added to cart
2. Viewed products (list of products names) – updated when product is viewed
3. Shopping cart (list of product names) – updated when cart is viewed or product added to cart
4. Last payment (integer) – updated when order is made
5. Total revenue from user (integer, sum of all order totals) – updated when order is made
6. Customers name – updated when order is made
7. Customers email address – updated when order is made or email address were written in any input field
8. Customers phone number – updated when order is made
9. Last order status – updated when user authorization is on and order status was changed

Reviews

There are no reviews for this plugin.

Contributors & Developers

“Carrot quest” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Carrot quest” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.0.0

  • First release

1.1.0

  • Authorize users (send User ID to Carrot quest)
  • Track orders status changes
  • Minor bug-fixes

1.1.1

  • Updated some of WP API usage to current version
  • Fixed some more bugs

1.1.2

  • Set headers to requests (so that Carrot quest don’t think this plugin is a bot)

1.1.3

  • Minor bug fixes

1.1.4

  • Updated service script to latest version
  • Fix duplicate event for when adding item to the cart
  • Fix compatibility issues up to WP 5.6, WooCommerce 4.x
  • Made code prettier in general and abiding by the WordPress Coding Style
  • Changed classes names and renamed class files to correlate with PHPCS/WPCS

2.0.0

  • Well… Major ver. should’ve changed in previous release (1.1.4). Happens.
  • Validate if we actually got something to work with
  • Fix order total saved to CQ properties and event when order made

2.0.1

  • Function call fix

2.1.0

  • Action used to add our script to pages changed from wp_head to wp_enqueue_scripts
  • Fixed Cart property values sent to Carrot quest. Instead of “None” value it will now actually have product names. As it was supposed to.

2.1.1

  • Fixed code error on user authentication