1.0.4 • Published 10 months ago

@evolv-integr/a1a273539c v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

evolv-integrations

At the moment this integation does the following:

vzOmni.visitorId

Sets this context variable to the Adobe visitor ID. A call is made to Adobe's alloy("getIdentity") async function and vzOmni.visitorId is set to the following property of the return value of the function: result.identity.ECID

vz.lastVisitBucket

Sets the this context variable based on window.vzdl.utils.lastVisit. Example values for window.vzdl.utils.lastVisit are:
New Visitor
16.75 hours ago
2 days ago
Also added seconds and minutes and dealt with singular or plural on units, just in case. The buckets are:

Time rangeBucket
New VisitorNew visitor
1 sec - 60 minLess than an hour ago
1 hr - 24 hLess than a day ago
24 h - 7 daysLess than a week ago
7 - 30 daysLess than 30 days ago
> 30 daysMore than 30 days ago

vz.dayOfWeek and vz.timeOfDay

Sets these context variables, both based on window.vzdl.utils.visitStart. vz.dayOfWeek is set to the day of week the visit started, for example Wednesday. vz.timeOfDay is set to a 6-hour block of time, braking down the day in the following way, in local time:

Time rangeDate part
Midnight - 6:00 AMEarly Morning
6:00 AM - 12:00 PMMorning to Afternoon
12:00 PM - 6:00 PMAfternoon to Evening
6:00 PM - MidnightEvening to Late Night
1.0.4

10 months ago

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago