CUSTOMER_CAMPAIGN_PROFILE
Description
This table stores the profile information of customers for different campaigns. It includes details such as campaign code, campaign end date and time, campaign name, campaign response date and time, campaign start date and time, customer ID, offer ID, and flags for responded and targeted.
Columns
| Column Name | Data Type | Description |
| ID | bigint | The unique identifier for each customer campaign profile. |
| CAMPAIGN_CODE | varchar | The code of the campaign associated with the customer. |
| CAMPAIGN_END_DATE_TIME_ITEM | datetime | The end date and time of the campaign. |
| CAMPAIGN_NAME | varchar | The name of the campaign. |
| CAMPAIGN_RESPONSE_DATE_TIME 0 | datetime | The date and time when the customer responded to the campaign. |
| CAMPAIGN_START_DATE_TIME_ITEM | datetime | The start date and time of the campaign. |
| CUSTOMER_ID | varchar | The unique identifier for each customer. |
| OFFER_ID | varchar | The ID of the offer associated with the campaign. |
| RESPONDED | bit | A flag indicating whether the customer responded to the campaign. |
| TARGETED | bit | A flag indicating whether the customer was targeted for the campaign. |
Foreign Key Relationships
No