[SalesForce] Customer Mobile Push Details Extract

We have a requirement to send mobile push messages from the data extensions as we need to segment data and put in the data extension.The data extension have only contact key.We need to export the devid id and system token from all contacts to the DE.We donot have any dataviews to fetch the deviceid and system token.Can you please advise how we can pull the device id information from all contacts and put in the data extension.

Best Answer

You can retrieve data from the _PushAddress DE (using SQL or Ampscript of course). It contains all of the mobilePush attributes, including the deviceId.

for more information regarding the attributes themselves, check this topic: Attributes in _PushAddress and _PushTag Data Views

Hope I could help.

Related Topic