Bloomreach Engagement Sidebar
Bloomreach Engagement data in your Zendesk Ticket Sidebar.
평점 없음
0 reviews
설치
33
호환:
Support
개발자
Bloomreach
Bloomreach Engagement
A single platform that combines the power of a customer data platform, email, messaging, ads, artificial intelligence, marketing automation, and web personalization so you can create marketing campaigns across channels that drive revenue.
Power Customer Experiences with Unified Data
Remove data silos and unify customer data from any source into 360° customer profiles. Use this data to launch personalized campaigns in real-time through Bloomreach Engagement built-in channels.
Easily Activate your Data Across Channels
Pick the channels you need to deliver remarkable and connected customer experiences. Select from our wide portfolio of built-in channels and orchestrate them into a meaningful journey.
email,
SMS,
web/mobile push,
in-app messaging,
WhatsApp,
Adtech audiences,
webhooks, or
API.
Enjoy Powerful Integrations and Web hooks
Connect to various 3rd-party services through our built-in integrations or use our API to enrich your data and ensure you have everything it takes to design highly personalized journeys your customers will love.
Build Unique Experiences Across All Channels and Devices
Drag-and-Drop Personalized Omnichannel Journeys
Give your marketers total control over every aspect of the customer journey. Add real-time triggers, customer segments, conditions and channels, and design end-to-end automated omnichannel flows.
Rocket-fast Time-to-value With our Plug and Play Use Cases
Maximize your ROI thanks to our out-of-the-box use cases enabling you to launch hyper-personalized marketing campaigns and advanced dashboards that follow best practices in no time. Capitalize on Bloomreach expert knowledge collected over years of working with top players on the market.
Recommend the Right Products
Offer the right products regardless of channel. Use any of our 12 out-of-the-box recommendation templates powered by advanced AI algorithms and deliver a consistent experience across all channels.
Advanced Predictions the Easy Way
Predict customer behaviour, or find the best time to send an email with a few simple clicks. Our prediction templates powered by smart machine learning algorithms will help you create intelligent and highly-targeted campaigns.
Zendesk Integration
Access information stored in our Single View of the Customer from within the sidebar of a Zendesk ticket:
Aggregates: customer attributes that are calculated from already existing data.
Expressions: Formula that serves as a derived attribute.
Properties: Data stored about a customer
Predictions: Ranking your customer with a different degree of probability to complete certain actions (e.g. purchase, visit, churn). Derive insights from the past, and present to predict future behaviour.
Segmentations: These allow you to group customers based on their attributes and activities, and help you to understand how these groups differ from each other.
Recommendations: We offer a wide selection of product recommendation models, enabling you to select from over 12 out‑of‑the‑box recommendation templates ready to be deployed on your website, emails or other available channels. For advanced users, we offer the possibility to create a custom recommendation model based on your specific business needs.
Consents: manage your subscription policies and track any changes to consents for every customer.
설치 방법
The headline of the sidebar widget - eg. Customer Details
.
The base URL part from your project URL, eg. https://
demoapp.exponea.com
/p/clientproject/home
.
The name of your Engagement Project, part of the Project URL, https://demoapp.exponea.com/p/
clientproject
/home
.
Information on your project token can be found here. Looks like similar to cc7cc3c6-6b36-a11b-ffaa-52f58fe58f19
.
This is available at Project Settings
-> Api Base URL
. Looks like api-demoapp.exponea.com
In Engagement Settings
> Access Management
> API
, generate an API keypair for a private group
that you create, with read-only access to Managed Endpoint API
and all the data fields you are interested in. For more details, please see documentation on authentication.
The final thing to do is to configure the fields you would like to display.
Use
Managed Endpoint API
- configured in BR Engagement UI. Ensure the API group configured has access to this newly createdManaged Endpoint API
. Don't forget to enable the Managed Endpoint API and copy the URL provided for this endpoint into the Engagement Managed Endpoint API URL field.The Managed API payload is fully custom and looks like this:
If you want to send data and updates into Bloomreach Engagement, the Webhook configuration is already automatically created for you. Now you need to create triggers in Zendesk that send Events to Bloomreach Engagement. To do this, go to
Admin
->Objects and rules
->Business Rules
->Triggers
. Then create a new trigger, name it, and give it a description and category.
{ "Name": "{{ customer.first_name }} {{ customer.last_name }}", "Email engagement": "{{ segmentations['5fc3d611a59cf881d45b2ff6'] }}", "Last cart update": "{{ expressions['5f5776b57e8f28c9c93d2c90'] | from_timestamp('US') }}", "html": "<b>Recommendations:</b><table>{% for item in recommendations('5f5b6aabd0ef9bf5633ea54b', 8) %}<tr><td><a href='{{ item.url }}' target=_blank><img src='{{ item.image }}' width=64></a></td><td><a href='{{ item.url }}' target=_blank>{{ item.title }}</a></td></tr>{% endfor %}</table>" }
Under Conditions
you will need to specify the situations when the Trigger runs. If you want to notify Bloomreach Engagement of a ticket being created and then consequently closed/solved, you can use the logic below.
Under Actions
, you will want to select Notify active webhook
and select the Bloomreach webhook from the second dropdown.
Configuration of the POST
request body, that will be sent when triggering the webhook, is required. It needs to adhere to the format of the Bloomreach Engagement Tracking API endpoint. This is a simple example of payload:
{ "customer_ids": { "registered": "{{ticket.requester.email}}" }, "properties": { "body": "{{ticket.description}}", "status": "{{ticket.status}}", "subject": "{{ticket.title}}", "type": "{{ticket.ticket_type}}", "ticket_id": "{{ticket.id}}", "priority": "{{ticket.priority}}", "support_suite": "Zendesk" }, "event_type": "support_ticket" }
고객이 전하는 이용후기
리뷰 남기기
Zendesk 커뮤니티에 나의 경험을 공유해 보세요