Question & Answer
Question
Monitoring Adobe Target Experiences using Tealeaf on Cloud
Answer
You can create different break-outs within Tealeaf for each Experience created within Adobe Target.
1. Add the following custom code to each experience you want to monitor:
<script type="text/javascript">
window.onload = function() {
??????? if(typeof TLT !== "undefined") {
??????????????? TLT.logCustomEvent("Test Variant" {"variant": "Experience A"});
??????????????? TLT.flushAll();
??????? }
};
</script>
You can do this using the the Adobe code editor (please see the Adobe Target documentation on how to add custom code to an Experience). Replace the text "Experience A" in the example above with your own test variant name for example "Travel Promotion A" etc.
2. In Tealeaf create two step attributes:
Step Attribute name - Custom Event Name
Step pattern path - .sessions[0].message.customEvent.name
Step Attribute name - Custom Event Variant
Step pattern path - .sessions[0].message.customEvent.data.variant
3. In Tealeaf create events and dimensions:
You can now create events based on these step attributes. For example create an event that fires every time the step attribute "Custom Event Name" has the value "Test Variant" and populate it with "Custom Event Variant". You can then use this event to create a dimension on the variant name and then create a dimension group to include this for reporting. This dimension group can be enabled for Overstat allowing you to break-out heatmaps by variants.
?"
Was this topic helpful?
Document Information
Modified date:
30 January 2019
UID
ibm10777707