Last active
March 27, 2020 14:55
-
-
Save wvpv/6f3ced751d6c40dc3c3bc0bdb5e327dd to your computer and use it in GitHub Desktop.
Journey Builder Logging query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select | |
s.SubscriberKey | |
, s.Event | |
, s.EventDate | |
, s.Journey | |
from Journey_Builder_Status s | |
/* name: Journey_Builder_Log */ | |
/* target: Journey_Builder_Log */ | |
/* action: Update */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment