CAMPAIGN_MUTABLE_ELEMENTS

Description

This table stores the mutable elements of a campaign, such as the audience size, budget, deployed status, description, and start and end date and time.

Columns

Column Name Data Type Description
ID bigint The unique identifier of the campaign mutable element.
AUDIENCE_SIZE bigint The size of the target audience for the campaign.
BUDGET double The budget allocated for the campaign.
DEPLOYED bit Indicates whether the campaign has been deployed.
DESCRIPTION longtext The description of the campaign.
END_DATE_TIME_INCLUSIVE_ITEM datetime The end date and time of the campaign.
NAME varchar The name of the campaign.
PROJECT_ID bigint The ID of the project the campaign belongs to.
START_DATE_TIME_INCLUSIVE_IT_0 datetime The start date and time of the campaign.