Email & SMS
This page provides detailed instructions on the Email & SMS Code transform code block and what should be added to the Script Manifest file in order to execute the code
Script Manifest File (YML)
Upstream Transformation Dependencies
Transformation Code Requirements
#--------------------------------------------------------------------------------------------------------------------
# SECTION: 7000_NOTIFICATIONS
# DEPENDENCIES:
# - Section: 0500_UOS
# - Section: 1000_UNS
# - Section: 2700_ORDER_STATUS
# REQUIRED: No
# PURPOSE: This code the DRP tables for Notifications (Email/SMS performance) and should be enabled once the
# upstream dependencies are enabled
#--------------------------------------------------------------------------------------------------------------------
notification_performance:
integrations:
- klaviyo
- attentive_mobile
scripts:
- "github://platform-sql-shared/scripts/base/1000_uns/1499_UNS_BAS_unique_contacts.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7000_NTF_BAS_notification_contact_history_one_time.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7020_NTF_BAS_notification_contact_status_history.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7010_NTF_BAS_notification_file_size_history_monthly_one_time.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7015_NTF_BAS_notification_engaged_file_size.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7030_NTF_BAS_notification_campaign_detail_performance.sql"
- "github://platform-sql-shared/scripts/pro/7000_notification_performance/7040_NTF_BAS_notification_campaign_purchase_view_through.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7050_NTF_BAS_notification_file_size_monthly.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7060_NTF_BAS_customer_notification_summary.sql"
- "github://platform-sql-shared/scripts/base/7000_notification_performance/7070_NTF_BAS_notifications_customer_profile.sql"Email & SMS
Was this helpful?