rt_get_any_touch_attribution | R Documentation |
if the path is Facebook -> Facebook -> Facebook -> Instagram -> 2 Conversions, then both Facebook & Instagram get credit for two conversions, regardless how many times they are in the path
rt_get_any_touch_attribution( .campaign_data, .conversion_column, .path_id = ".path_id", .step = "step" )
.campaign_data |
dataframe with columns 'id | timestamp | step | num_conversions | conversion_value' |
.conversion_column |
e.g. num_conversions or conversion_value |
.path_id |
string identifying the path_id column |
.step |
string identifying the step column |
returns a dataframe with the combined results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.