Learn R Programming

ChannelAttribution (version 1.13)

Data: Customer journeys data

Description

Customer path data with conversions and conversion value.

Usage

data(PathData)

Arguments

Format

Data is a data.frame with 10.000 rows and 4 columns: "path" containing customer paths, "total_conversions" containing total number of conversions, "total_conversion_value" containing total conversion value and "total_null" containing total number of paths that do not lead to conversion.