ePrivacy and GPDR Cookie Consent by Cookie Consent Skip to main content

Load events to CDP (CR)

 

 

Configuration

PostgreSQL backend
{
  "action": "insert_customer_events",
  "auth": {
    "dbname": "{{CDP_DB_NAME}}",
    "host": "{{CDP_DB_HOST}}",
    "password": "{{#CDP_DB_PASSWORD}}",
    "port": "{{CDP_DB_PORT}}",
    "user": "{{CDP_DB_USER}}"
  },
  "backend": "postgres",
  "debug": true,
  "dry_run": false,
  "schema": {
    "cdp": "public",
    "customer_events": "cdp_ce",
    "profile_stitching": "cdp_ps"
  }
}