Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
doryokujin committed Feb 15, 2024
1 parent bf36f1a commit b14a25d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scenarios/cdp_campaign_management/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ Specify a `user_id` that commonly exists in the `clicks` and `conversions` table

Be sure to specify `scan_journey_tables: true`. Otherwise, an error will occur when trying to access an `activation_log` that does not exist. In this case, zero records are returned even if the journey_table does not exist.

### clicks_tables
#### clicks_tables

```yml
clicks_tables:
Expand All @@ -707,7 +707,7 @@ Be sure to specify `scan_journey_tables: true`. Otherwise, an error will occur w

Set `is_audience_table: false` and describe the source table information. Check to see if the table contains the `user_id` identifier.

### conversions_tables
#### conversions_tables

```yml
conversions_tables:
Expand All @@ -726,7 +726,7 @@ Set `is_audience_table: false` and describe the source table information. Check

Set `is_audience_table: false` and describe the source table information. Check to see if the table contains the `user_id` identifier.

### gsheet_settings.yaml
#### gsheet_settings.yaml

Let's not forget the settings for exporting to GoogleSheet.

Expand Down

0 comments on commit b14a25d

Please sign in to comment.