MKT_SEM_ACCT_RESULTS
This table will be used to store the statistics based upon a SEM Account
Details
-
Schema: FUSION
-
Object owner: MKT
-
Object type: TABLE
-
Tablespace: Default
Primary Key
| Name | Columns |
|---|---|
|
MKT_SEM_ACCT_RESULTS_PK |
CONNECTIONID, REPORTDATE |
Columns
| Name | Datatype | Length | Precision | Not-null | Comments |
|---|---|---|---|---|---|
| CONNECTIONID | NUMBER | 18 | Yes | The account ID of SEM Account | |
| REPORTDATE | DATE | Yes | Report Date for the account report | ||
| IMPRESSIONS | NUMBER | Number of impressions recorded for a given date for a given account | |||
| CLICKS | NUMBER | Number of clicks recorded for a given date for a given account | |||
| CTR | NUMBER | Number of CTR recorded for a given date for a given account | |||
| AVGCPC | NUMBER | Number of Avg CPC recorded for a given date for a given account | |||
| COST | NUMBER | Cost recorded for a given date for a given account | |||
| AVGPOSITION | NUMBER | Number of Avg Position recorded for a given date for a given account | |||
| AVGCPM | NUMBER | Number of average CPM recorded for a given date. | |||
| CURRENCY | VARCHAR2 | 1000 | Currency associated with amounts | ||
| CREATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who created the row. | |
| CREATION_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the creation of the row. | ||
| LAST_UPDATED_BY | VARCHAR2 | 64 | Yes | Who column: indicates the user who last updated the row. | |
| LAST_UPDATE_DATE | TIMESTAMP | Yes | Who column: indicates the date and time of the last update of the row. | ||
| LAST_UPDATE_LOGIN | VARCHAR2 | 32 | Who column: indicates the session login associated to the user who last updated the row. |
Foreign Keys
| Table | Foreign Table | Foreign Key Column |
|---|---|---|
| MKT_SEM_ACCT_RESULTS | mkt_sem_connections | CONNECTIONID |
Indexes
| Index | Uniqueness | Tablespace | Columns |
|---|---|---|---|
| MKT_SEM_ACCT_RESULTS_PK1 | Unique | Default | CONNECTIONID, REPORTDATE |