Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Intro
HTML Wrap
clearboth
width244px
alignright
classmenu

Related topics:

This page describes shows how to enable data privacy features offered by Magnolia with a third-party marketing automation system.Magnolia provides a sample implementation showing how you can collect leads (such as email addresses) on ensure data privacy when you collect visitors' personal data on the website and store that data in an external system. In this example we collect an email address in a web form, ask the visitor for their consent, and push those leads to store the data in IBM Watson Marketing. The example on this page makes use of the uses the Magnolia External Forms IBM module and the API provided by the Privacy moduleMagnolia Data privacy API.

Table of Contents

Note

Note that External Forms is an EE std module and is not bundled. You should only use:

  • magnolia-external-forms – provides functionality to render external forms as Magnolia forms.
  • magnolia-external-forms-ibm – provides a sample implementation for the IBM Watson Campaign Automation tool.

Do not include the Infusionsoft and Eloqua submodules.

...

Magnolia provides a sample for IBM Watson Campaign Automation but you can connect to any external form provider by writing custom forms, custom form processors in Javascript/Nashorn and your own implementation of the 

Javadoc resource link
classNameinfo.magnolia.consent.visitor.VisitorManager
renderTypeasynchronous
.

toc


Configuring the IBM Watson sample

...