Attribution_MLE Syntax Elements (Single Input) - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢
EventColumn
Specify the name of the input column that contains the clickstream events.
ConversionEvents
Specify the conversion events. Each conversion_event is a string or integer.
ExcludeEvents
[Optional] Specify the events to exclude from the attribution calculation. Each exclude_event is a string or integer. An exclude_event cannot be a conversion_event.
OptionalEvents
[Optional] Specify the optional events. Each optional_event is a string or integer. An optional_event cannot be a conversion_event or exclude_event. The function attributes a conversion event to an optional event only if it cannot attribute it to a regular event.
TimeColumn
Specify the name of the input column that contains the timestamps of the clickstream events.
WindowSize
Specify how to determine the maximum window size for the attribution calculation:
Option Description
rows:K Consider maximum number of events to attribute, excluding events of types specified in ExcludedEventTable, which means assigning attributions to at most K effective events before current impact event.
seconds:K Consider maximum time difference between current impact event and earliest effective event to attribute.
rows:K&seconds:K2 Consider both constraints and comply with stricter one.
FirstModel
Specify the type and specification of the first model. For example:
FirstModel ('EVENT_REGULAR', 'email:0.19:LAST_CLICK:NA', 'impression:0.81:WEIGHTED:0.4,0.3,0.2,0.1')
SecondModel
[Optional] Specify the type and distributions of the second model. For example:
SecondModel ('EVENT_OPTIONAL', 'OrganicSearch:0.5:UNIFORM:NA', 'Direct:0.3:UNIFORM:NA', 'Referral:0.2:UNIFORM:NA')

For more information about the FirstModel and SecondModel syntax elements, see Attribution Model Specification.