Campaign Results

Data and metrics of completed campaigns

Explore Optimove's campaign results using this dataset, updated daily with metrics about campaigns that have been completed. In Optimove, this type of data is accessible by Mission Control and Campaign Analysis pages, providing data about the performance of a single campaign and aggregative data of several campaigns.

This table presents a row for each campaign occurance, on each KPI tracked by Optimove, on each lifecyclestage. Viewing a certain campaign occurrence performance can be achieved by summing [INCREASE_IN] for a selected KPI, from all lifecycle stages involved.

Notes:

  • On different versions, a campaign's ID may appear as PLAN_ID. This value relates to a campaign ID, containing several PLAN_DETAIL_ID , representing campaign occurrences.
  • It is recommended to stay up to date with the different VIEWS available for this data. Learn more about additional views on this data

📘

Latest version available: BI.VW_CAMPAIGN_RESULTS_V1_3. Learn more about versions


Glossary -

  • CAMPAIGN_TYPE values -
    • 1 - Test / Control
    • 2 - A/B/n
    • 3 - A/B
    • 4 - No Control
    • 5 - Self - Optimizing
  • TARGET_GROUP_PRIORITY - Represents the target group priority as set in Manage Target Groups in Optimove. The value 1000000 relates to Auto-Priority target groups.
  • PLAN_DETAIL_ID - A campaign's action ID. Each action in a campaign is represented by an ID. e,g In Test / Control campaigns two different PLAN_DETAIL_ID will appear.
  • PLAN_GROUPSIZE - The overall number of customers in a campaign in this campaign

V1_3

SELECT *
FROM [SHARED_DB].[BI].[VW_CAMPAIGN_RESULTS_V1_3]

Table Description

Field NameDescriptionData TypeFormat
PLAN_IDA Campaign's IDNUMBER(38,0)
EXECUTION_DATECampaign Occurrence dayDATEyyyy-mm-dd
END_TEST_DATELast day of testing that is calculated into this campaign metricsDATEyyyy-mm-dd
TARGET_GROUP_IDUnique identifier for each target group (same as TARGET_GROUP_SERIAL)NUMBER(38,0)
TARGET_GROUP_NAMEName of the target groupTEXT(1700)
LIFECYCLE_STAGE_IDUnique identifier for each lifecycle stageNUMBER(38,0)
LIFECYCLE_STAGE_NAMEName of the lifecycle stageTEXT(200)
KPIName of the KPI represented in each rowTEXT(510)
IS_DEFAULT_KPIFlag to indicate if KPI is default for this campaignNUMBER(38,0)
KPI_DISTRIBUTION_TYPEType of KPI distributionNUMBER(38,0)
CAMPAIGN_TYPEType of campaignNUMBER(38,0)
CAMPAIGN_TYPE_NAMEName of the campaign typeTEXT(16777216)
TARGET_GROUP_PRIORITYPriority of target groupNUMBER(38,0)
IS_AUTO_PRIORITYFlag to indicate if priority is auto-generatedNUMBER(38,0)
PLAN_GROUPSIZESize of target group according to planNUMBER(38,0)
IS_AVERAGE_SIGNIFICANCEFlag to indicate if average value is significantNUMBER(38,0)
IS_RESPONSE_RATE_SIGNIFICANCEFlag to indicate if response rate is significantNUMBER(38,0)
INCREASE_INIncrease in KPINUMBER(30,6)
INCREASE_PER_CUSTOMERIncrease in KPI per customerNUMBER(30,6)
IS_COMPLETEDFlag to indicate if campaign is completedNUMBER(38,0)
PLAN_DETAIL_IDCampaign action IDNUMBER(38,0)
IS_CONTROLFlag to indicate if target group is a control groupNUMBER(38,0)
PLAN_DETAIL_GROUP_SIZESize of target group according to plan occurrenceNUMBER(38,0)
PLAN_DETAIL_NUMBER_OF_RESPONDENTSNumber of customers who responded to campaign occurrenceNUMBER(38,0)
PLAN_DETAIL_RESPONSE_RATEResponse rate of campaign occurrenceNUMBER(30,6)
PLAN_DETAIL_AVGVALUEAverage value of campaign occurrenceNUMBER(30,6)
PLAN_DETAIL_STDEV_VALUEStandard deviation of campaign occurrenceNUMBER(30,6)
PLAN_DETAIL_AVG_LOG_VALUEAverage logarithmic value of campaign occurrenceNUMBER(19,4)
PLAN_DETAIL_VAR_LOG_VALUEVariance of logarithmic value of campaign occurrenceNUMBER(19,4)
PLAN_DETAIL_NUMBER_OF_CLICKED_AND_RESPONDNumber of customers who clicked and responded to campaign occurrenceNUMBER(38,0)
PLAN_DETAIL_AVG_VALUE_OF_CLICKED_AND_RESPONDAverage value of customers who clicked and responded to campaign occurrenceNUMBER(19,4)