Supplement event XML
The information stored in the source system on whether the recipient has consented to person-based tracking must be transferred to Inxmail Commerce in order that Inxmail Commerce may execute permission-based tracking correctly. For this purpose, you must supplement the event XML.
The data field that contains the information on consent to person-based tracking must be specified within the opening and closing tags <customertracking>
. The data value is correctly transferred via a <placeholder>
tag. The placeholder must be of the Boolean data type.
Example
<customertracking>Customer.Tracking</customertracking>
In this example, the placeholder in which information on consent to person-based tracking is transferred is called Tracking
. The Tracking
placeholder must be within the phgroup
Customer
. It must be of the Boolean data type. (Zeilen 9-18)
<eventtype>
<id>event1</id>
<translation language="en">Invoice</translation>
<translation language="de">Rechnung</translation>
</eventtype>
<customermapping>Customer.Id</customermapping>
<customeremail>Customer.Email</customeremail>
<customertracking>Customer.Tracking</customertracking>
<phgroup>
<id>Customer</id>
<translation language="en">Customer information</translation>
<translation language="de">Kundeninformationen</translation>
<placeholder>
<id>Tracking</id>
<translation language="en">Tracking</translation>
<translation language="de">Tracking</translation>
<datatype-boolean/>
</placeholder>
•••
</phgroup>