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
<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 = { |