Ibexa Engage¶
Ibexa Engage is a data collection tool. It enables you to engage your audiences by using the Qualifio tools. You can use interactive content to gather valuable data, for example, customer data or recent orders list, and create connections.
For more information, see Qualifio Developers documentation.
Enable Ibexa Engage account¶
To use Ibexa Engage, you must make arrangements with Ibexa DXP to define the initial configuration. Ibexa team creates and provides user account. An invitation link is sent during the setup process.
For more information, see Ibexa Engage in User documentation.
Install Ibexa Engage¶
Ibexa Engage comes from v4.6.6 of Ibexa Experience. If you have different version, run the following command to install the bundle:
1 |
|
You can check for its presence by using the following command:
1 |
|
This command adds to your project configuration files required for using Ibexa Engage.
Prepare configuration files¶
In config/packages
directory add the following ibexa_connector_qualifio.yaml
YAML configuration:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 |
|
client_id
- an identifier of the user.channel
- an UUID identifier format: a string of 30+ characters, divided by four hyphens, specific per publication channel.feed_url
- an URL link of the campaign feed. To create a campaign feed, follow the Qualifio documentation.
Note
Ibexa configures the channel
and client_id
values so that the selections can be filled up automatically on Ibexa DXP side.
The feed_url
and variable_map
values don't need to be set at the installation process. They are preconfigured and can be overwritten.