powered by
Estimate theree heuristic models (first-touch, last-touch and linear) from customer journey data.
heuristic_models(Data, var_path, var_conv, var_value=NULL, sep=">", flg_adv=TRUE)
An object of class
class
data.frame with the estimated number of conversions and the estimated conversion value attributed to each channel for each model.
data.frame
data.frame containing paths and conversions.
column name containing paths.
column name containing total conversions.
column name containing total conversion value.
separator between the channels.
if TRUE, ChannelAttribution Pro banner is printed.
Davide Altomare (info@channelattribution.io).
if (FALSE) { library(ChannelAttribution) data(PathData) heuristic_models(Data,"path","total_conversions") heuristic_models(Data,"path","total_conversions",var_value="total_conversion_value") }
Run the code above in your browser using DataLab