ZCA_WEB_ACTIVITIES

This table ZCA_WEB_ACTIVITIES stores all valid web activities imported from Eloqua.

Details

  • Schema: FUSION

  • Object owner: ZCA

  • Object type: TABLE

  • Tablespace: Default

Primary Key

Name Columns

ZCA_WEB_ACTIVITIES_PK

WEB_ACTIVITY_ID

Columns

Name Datatype Length Precision Not-null Comments
WEB_ACTIVITY_ID NUMBER 18 Yes The unique identifier of a web activity record.
WEB_ACTIVITY_NUMBER VARCHAR2 64 Yes Unique identification number for a web activity record.
ELQ_EXTERNAL_ID VARCHAR2 20 Yes The unique identifier of the activity across activity types. Primary Key of the table from Eloqua.
ELQ_ACTIVITY_ID NUMBER 18 Yes The unique identifier of the activity per activity type, except for EmailSend.
ELQ_ACTIVITY_TYPE VARCHAR2 100 Yes Specifies the Eloqua type of activity
ELQ_ACTIVITY_DATE TIMESTAMP The date and time of the activity
ELQ_EMAIL_ADDRESS VARCHAR2 400 The email address of the contact who performed the activity.
ELQ_CONTACT_ID NUMBER 18 The ID of the contact who performed the activity.
ELQ_EMAIL_RECIPIENT_ID VARCHAR2 38 The recipient GUID associated with an email activity.
ELQ_ASSET_TYPE VARCHAR2 100 The type of asset associated with the activity, such as email and form.
ELQ_ASSET_NAME VARCHAR2 100 The name of the asset associated with the activity.
ELQ_ASSET_ID NUMBER 18 The ID of the asset associated with the activity.
ACTIVITY_REFERENCE_ID NUMBER The ID of the email deployment for an email activity OR the ID of the WebVisit associated with a PageView activity OR the ACTIVITY_ID of a Form Submit activity.
ELQ_SUBJECT_LINE VARCHAR2 500 The subject line for an email activity.
ELQ_EMAIL_WEB_LINK VARCHAR2 1000 The link for viewing the email in a web browser window for an email activity.
ELQ_EMAIL_CLICKED_THRU_LINK VARCHAR2 1000 The link clicked through for an EmailClickThrough activity.
ELQ_CAMPAIGN_ID NUMBER 18 The ID of the campaign associated with the activity.
ELQ_DEPLOYMENT_ID NUMBER 18 The ID of the email deployment for an email activity.
ELQ_EMAIL_SEND_TYPE VARCHAR2 100 The type of email send for an email activity. Email send types are BatchWizard, QuickSend, SOAPAPI, Salestools, FormProcessingStep, DCOServicesStep, ExternalTest, TestCenter, Deliverability, LowVolumesAPI and Campaign.
ELQ_NUMBER_OF_PAGES NUMBER 18 The number of pages viewed with a WebVisit activity.
ELQ_FIRST_PAGE_VIEW_URL VARCHAR2 1000 The URL of the first page viewed in a WebVisit activity.
ELQ_DURATION VARCHAR2 100 The duration of a WebVisit activity returned using the ISO-8601 standard for specifying durations.
ELQ_WEB_VISIT_ID NUMBER 18 The ID of the WebVisit associated with a PageView activity.
ELQ_URL VARCHAR2 1000 The URL viewed with a PageView activity.
ELQ_URL_DESCRIPTION VARCHAR2 150 The description of web visit or page visit URL, retrieved from pattern match, which will be displayed on UI.
CONTACT_ID NUMBER 18 The ID of the CRM Contact associated with the activity.
LEAD_ID NUMBER 18 The ID of the CRM Lead associated with the activity.
CAMPAIGN_ID NUMBER 18 The ID of the CRM Campaign associated with the activity.
CREATION_DATE TIMESTAMP Yes Who column: indicates the date and time of the creation of the row.
CREATED_BY VARCHAR2 64 Yes Who column: indicates the user who created the row.
LAST_UPDATE_DATE TIMESTAMP Yes Who column: indicates the date and time of the last update of the row.
LAST_UPDATED_BY VARCHAR2 64 Yes Who column: indicates the user who last updated the row.
LAST_UPDATE_LOGIN VARCHAR2 32 Who column: indicates the session login associated to the user who 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.

Indexes

Index Uniqueness Tablespace Columns
ZCA_WEB_ACTIVITIES_N1 Non Unique Default ACTIVITY_REFERENCE_ID, CONTACT_ID, ELQ_ACTIVITY_TYPE
ZCA_WEB_ACTIVITIES_N2 Non Unique Default LEAD_ID
ZCA_WEB_ACTIVITIES_N3 Non Unique Default CONTACT_ID
ZCA_WEB_ACTIVITIES_N4 Non Unique Default ACTIVITY_REFERENCE_ID, LEAD_ID, ELQ_ACTIVITY_TYPE
ZCA_WEB_ACTIVITIES_PK Unique Default WEB_ACTIVITY_ID
ZCA_WEB_ACTIVITIES_U1 Unique Default ELQ_EXTERNAL_ID