Amazon Alexa
Amazon Alexa Integration allows you to access data in Bloomreach Engagement through your virtual voice assistant, Alexa.
You can integrate a single Alexa device only with one project at a time. However, one project can be integrated with multiple devices.
Alexa integrates with individual projects on Bloomreach Engagement. Multiple Alexa devices can access one project, but only one can be accessed by a single device.
Setup process
To integrate Amazon Alexa with Bloomreach Engagement:
- Go to
Data & Assets
>Integrations
>+ Add new integration
>Amazon Alexa
. - Click
Start linking
. You will get credentials in the form of a shortened project name and an 8-digit PIN code. - Open the Alexa Companion app and enable the "Exponea" skill. This should open a Bloomreach Engagement linking page.
- Enter the credentials and confirm.
- Once successful, you can test the integration by saying: "Alexa, ask Exponea how many customers we have."
PIN code is valid only for 1 hour and is invalidated after an unsuccessful linking attempt.
Functions
Reading metric
Alexa can read any defined metrics, but data filters can be applied to the data. If you have a metric called "Revenue," you could invoke it by saying: "Alexa, ask Exponea what our Revenue for the last 2 weeks is." You can also ask: "What is the value of Revenue?", "What's our Revenue?", or "How much Revenue have we made?".
When creating a metric to read it through Alexa:
- Only use metrics based on events, not aggregates, as data filtering will not apply to those.
- Use an easy English word as the metric's name so that it is recognizable by Alexa when you say it.
- Select the metrics format (like $) so that Alexa reads it along with the value.
When invoking the metric through Alexa, it is recommended that you make a short pause before saying the metric's name before giving Alexa the command. Our Revenue example would be: "Alexa, ask Exponea what our ... Revenue is."
Reading dashboards
Alexa can also read dashboards. If you have a dashboard called "Customer Happiness", you could invoke it by saying: "Alexa, ask Exponea for a briefing about Customer happiness." We recommend using the same best practices as laid out in the Reading metrics
section.
Alexa will be able to read the following components in a dashboard:
- Text component: A static piece of text.
- HTML component: A dynamic piece of HTML interpreted as text. It is also possible to use Jinja templates for the HTML components, creating an interesting set of possibilities about what Alexa will say. The template can look like the following example, where Alexa decides how happy customers are based on a formula:
<p>Our customers are {% if metrics["abcdef123456"] > 40 %} very happy {% else %} somewhat dissatisfied {% endif %}.
- Metric component: Read as a metric.
Conversation mode
If you want to ask Alexa multiple questions about the data in Bloomreach Engagement, it is best to say "Alexa, open Exponea." Afterward, you can give it commands without the "Alexa, ask Exponea" prefix. When you finish the questions, it is enough to say, "Alexa, cancel."
Updated 2 months ago