Overview
You will get several tables for each attribution modeling result, and one, that summarizes all previous attributions in one table.
Last Non-Direct Click (attributionLNDC table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
value |
STRING | The exact value of a session with some channel, according to the LNDC attribution model. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
First Click (attributionFirstClick table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
value |
STRING | The exact value of a session with some channel, according to the First Click attribution model. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
Linear (attributionLinear table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
value |
STRING | The exact value of a session with some channel, according to the Linear attribution model. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
Position Based (attributionPositionBased table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
value |
STRING | The exact value of a session with some channel, according to the Position Based attribution model. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
Time Decay (attributionTimeDecay table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
value |
STRING | The exact value of a session with some channel, according to the Time Decay attribution model. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
Attribution (attribution table)
Field name | Type | Description |
---|---|---|
session_date |
STRING | Session date. |
sessionId |
STRING | The ID of a session. |
conversion_date |
STRING | Date of conversion. This field is used for partitioning of table. |
conversionId |
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
|
STRING | The session with conversion, according to the LNDC attribution model. |
|
STRING | The value, according to the LNDC model |
|
STRING | The value, according to the First Click model |
|
STRING | The value, according to the Linear model |
|
STRING | The value, according to the Position Based model |
|
STRING | The value, according to the Time Decay model |
Data Mart (attributionCheck table)
Field name | Type | Description |
---|---|---|
sessionDate |
DATE | Session date. |
dataSource |
STRING | The data source of the visit. |
sessionId |
STRING | The ID of session. |
visitStartTime |
INTEGER | Time of the first visit in timestamp format. |
|
DATE | The date of conversion. |
|
STRING | The ID of conversion. This could be hitId field for events with page_view or transactionId for transactions. |
|
STRING | Status, if this data matched your CRM data, or not. |
|
STRING | The source of the session with conversion |
|
STRING | The medium of the session with conversion |
|
STRING | The campaign of the session with conversion |
|
STRING | The keyword of the session with conversion |
|
STRING | The adContent of the session with conversion |
|
STRING | Field for observing changes of standard attribution channels |
|
FLOAT | The value, according to the LNDC model |
|
FLOAT | The value, according to the First Click model |
|
FLOAT | The value, according to the Linear model |
|
FLOAT | The value, according to the Time Decay model |
|
FLOAT | The value, according to the Position Based model |
|
INTEGER | The value, according to the Funnel Based Attribution model. Will be added in the future. Right now the value is always 0. |
0 Comments