campaign_descriptions: Campaign metadata.

Description Usage Format Value Source Examples

Description

Campaign metadata for all campaigns run for the Customer Journey study. This dataset gives the length of time for which a campaign runs. So, any coupons received as part of a campaign are valid within the dates contained in this dataset.

Usage

1

Format

A data frame with 27 rows and 4 variables

Value

campaign_descriptions

a tibble

Source

84.51°, Customer Journey study, http://www.8451.com/area51/

Examples

1
2
3
4
5
6
7
# full data set
campaign_descriptions

# Join product campaign metadata to campaign_table dataset
require("dplyr")
campaigns %>%
  left_join(campaign_descriptions, "campaign_id")

bradleyboehmke/completejourney documentation built on Jan. 18, 2020, 3:50 a.m.