Learn R Programming

⚠️There's a newer version (2.0.7) of this package.Take me there.

ChannelAttribution (version 1.1)

Markov Model for the Online Multi-Channel Attribution Problem

Description

Advertisers use a variety of online marketing channels to reach consumers and they want to know the degree each channel contributes to their marketing success. It's called the online multi-channel attribution problem. This package contains a probabilistic algorithm for the attribution problem. The model uses a first-order Markov representation to identifying structural correlations in the customer journey data. The package also contains three heuristic algorithms (first-touch, last-touch and linear-touch approach) for the same problem. The algorithms are implemented in C++. For a more extensive version of the package, which includes a k-order Markov model and useful functions to handle customer journey data, and for customizations please contact .

Copy Link

Version

Install

install.packages('ChannelAttribution')

Monthly Downloads

832

Version

1.1

License

GPL (>= 2)

Maintainer

Davide Altomare

Last Published

September 16th, 2015

Functions in ChannelAttribution (1.1)

heuristic_models

Heuristic models for the online attribution problem
Dy

Customer journeys data
ChannelAttribution-package

Markov Model for the Online Multi-Channel Attribution Problem
markov_model

Markov Model for the online attribution problem