Sitecore / xGenerator

Utility to generate "realistically looking" traffic for Sitecore sites with configurable patterns
37 stars 27 forks source link

xProfileGenerator - Visit duration is incorrect when you have more than one interaction #35

Closed scottmulligan closed 5 years ago

scottmulligan commented 5 years ago

If more than one interaction is created for a contact, the duration (time on site) is incorrect and somehow tied to the recency of the visit. This leads to duration time is days or hours. For example, If the interaction recency (time since visit) is 28 days, the duration (time on site) is usually something like 27 days, 23 hours.

scottmulligan commented 5 years ago

Issue fixed - Page errors were logged with the incorrect date (current date/time) instead of generator date/time. New pipeline added to catch all non-expected page events.