MKT_SEM_CONNECTIONS

This table will be used to store SEM Connection Details. Marketers can register connection details to 3rd party Search Marketing service providers, e.g. Google Adwords. This entity will record the sign-in and license keys to such a connection.

Details

  • Schema: FUSION

  • Object owner: MKT

  • Object type: TABLE

  • Tablespace: USERS

Primary Key

Name Columns

MKT_SEM_CONNECTIONS_PK

CONNECTIONID

Columns

Name Datatype Length Precision Not-null Comments
CONNECTIONID NUMBER 18 Yes Connection ID
FUSIONUSER VARCHAR2 1000 Fusion User ID
SEM_VENDOR VARCHAR2 1000 SEM Vendor
MASTER_ACCOUNTID VARCHAR2 1000 Master Account Id
CLIENT_ACCOUNTID VARCHAR2 1000 Client Account ID
MASTER_ACCOUNT_EMAIL VARCHAR2 1000 Master Account Email
CLIENT_ACCOUNT_EMAIL VARCHAR2 1000 Client Account Email
APP_TOKEN VARCHAR2 1000 APP Token
DEV_TOKEN VARCHAR2 1000 DEV Token
LICENSEKEY VARCHAR2 1000 License Key
CONNECTIONSTATUS VARCHAR2 1000 Connection Status
LASTCONNECTDATE DATE Last Connect Date
API_UNITS_BALANCE NUMBER API Units Balance
API_UNITS_USED_LAST NUMBER API Units Used Last
API_LAST_RESPONSE_TIME NUMBER API Last Response Time
LASTSUCCESSDATE TIMESTAMP Last Success Date
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.
REQUEST_ID NUMBER 18 Enterprise Service Scheduler: indicates the request ID of the job that created or last updated the row.
JOB_DEFINITION_NAME VARCHAR2 100 Enterprise Service Scheduler: indicates the name of the job that created or last updated the row.
JOB_DEFINITION_PACKAGE VARCHAR2 900 Enterprise Service Scheduler: indicates the package name of the job that created or last updated the row.
OBJECT_VERSION_NUMBER NUMBER 9 Yes Used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
CURRENCYCODE VARCHAR2 1000 Currency Code
SANDBOX_FLAG VARCHAR2 1 To determine if call be made to production or sandbox
ACCOUNT_QUERY_FLAG VARCHAR2 1 To determine if Account report should be downloaded.

Foreign Keys

Table Foreign Table Foreign Key Column
mkt_sem_campaigns mkt_sem_connections CONNECTIONID
mkt_sem_connection_pw mkt_sem_connections CONNECTIONID
mkt_sem_acct_results mkt_sem_connections CONNECTIONID

Indexes

Index Uniqueness Tablespace Columns
MKT_SEM_CONNECTIONS_N1 Non Unique Default CONNECTIONSTATUS
MKT_SEM_CONNECTIONS_PK1 Unique Default CONNECTIONID