View source: R/demo_profiles_redshift.R
Create the recoded and ordered experian table for grouping
1 2 3 4 5 6 7 | create_recoded_experian_tbl(
aggregation_level,
experian_table_name,
experian_pii_table_name,
experian_id,
additional_demographics_tbl
)
|
aggregation_level |
(string) "person" or "household" if "person" aggregation will use person_id605 if "household" aggregation will use id605 |
experian_table_name |
(string) non PII experian table name |
experian_pii_table_name |
(string) PII experian table name |
experian_id |
(string) "id605" or "person_id605" |
additional_demographics_tbl |
(remote table) distinct rows of id605 or person_id605 + additional, already coded and ordered additional demographics |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.