Skip to content

Instantly share code, notes, and snippets.

@zuzannamj
Last active November 7, 2019 10:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zuzannamj/ac5114cf04279e0f457a45383cd1a420 to your computer and use it in GitHub Desktop.
Save zuzannamj/ac5114cf04279e0f457a45383cd1a420 to your computer and use it in GitHub Desktop.
<script runat="server">
Platform.Load("Core","1");
var prox = new Script.Util.WSProxy();
var cols = [
"SendID",
"SubscriberKey",
"EventDate",
"EventType",
"TriggeredSendDefinitionObjectID",
"BatchID",
"Client.ID",
"ListID"
];
var data = prox.retrieve("SentEvent", cols);
Write(Stringify(data));
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment