Share via


mktg_creative_property_value Table

The mktg_creative_property_value table in the marketing database contains information about creative property values.

The following table describes the columns in the mktg_creative_property_value table.

Column name

Type

Allow null

Description

i_cp_id

int

no

The ID of the creative property associated with this creative property value.

This is a primary key, and a foreign key into the mktg_creative_property table.

i_creative_id

int

no

The ID of the creative associated with this creative property value.

This is a primary key, and a foreign key into the mktg_creative table.

text_cpv_value

ntext

yes

The creative property value itself.

See Also

Other Resources

Marketing Database Tables

Marketing Lists Database Tables

mktg_creative_property Table

mktg_creative Table