Hi there,
Just have a few questions on Push notification opt-in/opt out. The only way customers can opt out of push notifications on our app is if they directly configure the settings on their phone devices (not within the app). So if we were to launch a AJO journey, is there a need to have a segment/condition to filter to those who opted-in to push, or basically just send to all and as long as the feedbackstatus is not bounce/error, it would be sending to all those who opted-in?
Thanks
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@akwankl To send a push notification to a profile, it’s a good practice to collect their explicit consent first and map to the consent and preferences field group to collect the channel-level consent and use that in the audience conditions. For push notifications, granting consent generates a push token (also called a device token) that is stored on an AEP profile.
Push notification consent is also collected separately from email and SMS consent. If you have consent for a different channel, that does not mean that you can send push notifications to that contact until they specifically opt in to receive push notifications.
@akwankl To send a push notification to a profile, it’s a good practice to collect their explicit consent first and map to the consent and preferences field group to collect the channel-level consent and use that in the audience conditions. For push notifications, granting consent generates a push token (also called a device token) that is stored on an AEP profile.
Push notification consent is also collected separately from email and SMS consent. If you have consent for a different channel, that does not mean that you can send push notifications to that contact until they specifically opt in to receive push notifications.
Hi @SatheeskannaK,
If a customer turns of push notification for our app from their phone, would there be an indicator in the push profile? For example, would denylisted = true, or push token would disappear from the profile? How fast does that happen?
Thanks.
Views
Replies
Total Likes
@akwankl Using AEP mobile SDK it should happen in real-time and take a look at this documentation for a couple of reasons when the denylisted attribute is getting set at a profile.
Hi @SatheeskannaK,
I have been doing a few testing by uninstalling and installing the app on my device. I noticed that my old ECID & push token from my first installation is still in my profile. Are they supposed to deleted or they should have denylisted = true, and will they be removed?
Thanks.
Views
Replies
Total Likes
@akwankl It will not get removed. But it should be set to denylisted=true when you turn off the receive push notifications in the app. If it's not happening check with AEP mobile SDK implementation team on this.
Hi @akwankl , were you able to figure out a solution for this? I see that denyListed stay's true in both cases whether I accept or decline the push notifications.
Thanks.
Views
Replies
Total Likes