You are here:
Use Exclusion Lists and Data Extensions Lists in MobilePush
To exclude certain subscribers from receiving push notifications from MobilePush, use an exclusion list.
Use an existing list as an exclusion list when you send your push notification.
-
Create a data extension called
PushSendLogDE.
To turn on the PushSendLog template in your account, contact your marketing admin.
- Create a Platform field and a ContactKey or SubscriberKey field.
- Create an exclusion data extension for subscribers that you want to exclude.
-
Link both of the data extensions by using Data Designer in Contact Builder.
- Create an attribute group.
- Click Link Data Extensions and select the PushSendLogDE.
- To complete the linking process, select ContactKey from Customer Data and SubscriberKey from PushSendLogDE and click Save.
- Repeat this process for the ExclusionDE.
-
Insert this AMPscript into the PushSendLogDE or ExclusionDE at send time.
InsertData("ExclusionDE", "SubscriberID",SubscriberID, "trackingId", @guid, "messageId", internalMessageId, "deviceId", deviceId, "sendDate", NOW()); - Create an exclusion list from this ExclusionDE, and drag it to the Exclusion List bucket. To apply exclusions at send time, refresh this list before every send. If you’re using automation, include the Refresh Activity before the Send Activity.

