Skip to content

Instantly share code, notes, and snippets.

@jkaiser28
jkaiser28 / Create_DE-Query_PushAddressDataView.ssjs
Last active December 30, 2021 18:46 — forked from wvpv/sfmc-sql-pushaddress.sql
Query to pull PushAddress data
<script runat="server" language="javascript">
Platform.Load("core","1");
var name = "PushAddressDataView";
/*
Load this is a Cloud Page to create a data extension based on the _PushAddress Data View and a Query Activity to populate it.
JOIN to _Subscribers as follows:
_PushAddress.ContactID = _Subscribers.SubscriberID
*/
var deObj = {