...
So we recommend to set a maximum count of touchpoints, that can be winners and thus get a credit. System default is 3012.
Attribution Windows
The attribution window is the age or lookback window, where a touchpoint can still become a winner. In previous times (before cookieless tracking) this was also called “cookie time.”
...
The Ingenious Attribution supports multiple types of functions. Each function type implements a different method of allocation.
Every function definition is provided with a hint. You can rewrite it to make every step more comprehensible.
The following table shows the different function types:
Type | Description | Example Usage | ||
---|---|---|---|---|
Credit | Allocates a configurable credit value to touchpoints. | Multiply the credit | ||
CreditLinearCredit Linear | Dynamically allocates credit to touchpoints based on the time of a touchpoint and a configurable linear function. | Credit all touchpoints linear. | ||
KeepWinners | Keeps a configurable maximum count of winners. | Keep 10 winnersRemove Matching Touchpoints | Remove all touchpoints matching the condition. | |
Keep Matching Touchpoints | Remove all touchpoints not matching the condition. |
Condition Attributes
You can use the following attributes in the parameter "condition" to match touchpoints.
Name | Description | Data Type | Value Range | |||||
---|---|---|---|---|---|---|---|---|
requestType | The Touchpoint request type of the request . | String list | click, view | |||||
deviceType | The Touchpoint device type of the device. | String list | desktop, tablet, mobile | |||||
adspaceId | Touchpoint adspace id. | Number list | ||||||
partnerId | Touchpoint partner id. | Number list | ||||||
adspaceCategoryId | Touchpoint adspace category id. | Number list | ||||||
adspaceSubcategoryId | Touchpoint adspace subcategory id. | Number list | ||||||
channelId | Touchpoint channel id. | Number list | ||||||
channelType | Touchpoint channel type. | String list | paid, owned, earned | |||||
position | The position of the touchpoint in the customer journey | Number | 1-n | |||||
positionFromEnd | The position of the touchpoint in the customer journey when counted from the end. | Number | 1-n | |||||
first | Is the first touchpoint in the customer journey. | Boolean | false, true | |||||
last | Is the last touchpoint in the customer journey. | Boolean | false, true | adspaceId | The | |||
lastSameRequestType | Is the last touchpoint of its request type. | Boolean | false, true | |||||
lastSameDeviceType | Is the last touchpoint of its device type. | Boolean | false, true | |||||
lastSameAdspaceId | Is the last touchpoint with its adspace id. | Number list | partnerId | The | Boolean | false, true | ||
lastSamePartnerId | Is the last touchpoint with its partner id. | Number list | adspaceCategoryId | The Boolean | false, true | |||
lastSameAdspaceCategoryId | Is the last touchpoint with its adspace category id. | Number list | adspaceSubcategoryId | The | Boolean | false, true | ||
lastSameAdspaceSubcategoryId | Is the last touchpoint with its adspace subcategory id. | Number list | channelId | The channel id. | Number list | channelType | The channel typeBoolean | false, true |
lastSameChannelId | Is the last touchpoint with its adspace id. | Boolean | false, true | |||||
lastSameChannelType | Is the last touchpoint of its channel type. | Boolean | false, true | |||||
ujRequestTypes | All customer journey request types. | String list | paid, owned, earnedclick, view | |||||
ujDeviceTypes | All customer journey device types. | String list | desktop, tablet, mobile | |||||
ujAdspaceIds | All customer journey adspace ids. | Number list | ||||||
ujPartnerIds | All customer journey partner ids. | Number list | ||||||
ujAdspaceCategoryIds | All customer journey adspace category ids. | Number list | ||||||
ujAdspaceSubcategoryIds | All customer journey adspace subcategory ids. | Number list | ||||||
ujChannelIds | All customer journey channel ids. | Number list | ||||||
ujChannelTypes | All customer journey device types. | String list | paid, owned, earned |
We have created examples of the most common attribution rules - read on here.