Overview
This is a schema for the final table, that can be used for Data Mart, it is perfect for seeing the distribution of costs for sessions.
CostAttributionCheck table
Field name | Type | Description |
---|---|---|
Date |
DATE | Session date. |
DataSource |
STRING | The data source of the visit. |
SessionID |
STRING | ID of the session. |
Sessions |
INTEGER | Amount of sessions in this source/medium. |
Source |
STRING | Source of the session. |
|
STRING | Medium of the session. |
|
STRING | Campaign of the session. |
|
STRING | Keyword of the session. |
|
STRING | AdContent of the session. |
|
FLOAT | Amount of impressions. |
|
FLOAT | Amount of clicks. |
|
FLOAT | Amount of costs. |
|
FLOAT | Amount of attributed costs, where all five markups match. |
|
FLOAT | Amount of attributed costs, where four markups match. |
|
FLOAT | Amount of attributed costs, where three markups match. |
|
FLOAT | Amount of attributed costs, where only two markups (source and medium) match. |
|
FLOAT | Amount of attributed ad cost to one session. |
|
STRING | AdGroup of the session. |
|
STRING | Number of the account, from which data comes. |
|
STRING | Source, from which data originated. |
|
STRING | Type of campaign, if specified. |
|
STRING | Id of the campaign, if specified. |
|
STRING | Name of campaign, if specified. |
|
STRING | Id of advertisement group, if specified. |
|
STRING | Name of advertisement group, if specified. |
|
STRING | Source of advertisement. |
|
STRING | Id of the pipeline, from which data was taken. |
0 Comments