This is from Adobe Support: 1.) What triggers the denylisted flag?The denylisted flag is set to true only after AJO attempts to send a push notification and the push provider (e.g., FCM for Android) responds with a permanent failure — such as:- NotRegistered- InvalidRegistration- Other “no such toke...
Not really.As far as I understand, the denyListed field is automatically managed by the SDK. I’ve seen some of my profiles with denyListed = true, and I assume it's the messaging service (Android Firebase or Apple APNs) that flags the push tokens as denyListed to the SDK, which then updates the prof...
Hi Masters, We've configured push notifications in an Android app. We can send notifications using both the Assurance push test and the AJO Campaign. My question is related to the denylisted field in the (xdm:) pushNotificationDetails. As per [1], "The token can be denylisted for various reasons, li...
OK Harwinder-singh. So, using the standard AEM UI, you cannot delete livecopy pages without having to rollout the corresponding (parent) blueprint page and all the subpages. If you don't want to rollout all those pages, you have to do it programmatically. That's what I wanted to confirm. Thank you.
Hi Tarun. Yes, in my example, I was using the English homepage /content/blueprint/en/en, and rollingout just this language branch. But we have 50 subpages under this branch, and 100 livecopies (this is just an example, could be more). As far as I know, to delete the /content/blueprint/en/en/pageToDe...
Hi Community! I've got a blueprint homepage, /content/blueprint/en/en, with many subpages (let's say 50).Then, I've got a lot of livecopies, like /content/livecopy-x/en/en (where x is different for each livecopy). The initial status is that all livecopies are in sync with the blueprint.Then, I delet...
Hi Masters! We’ve been struggling with an issue for the last days, and we still don’t know how to handle it. The problem is related to publish instances. The problem is when a HTL component contained in a page (and the Sling model underneath) throws an exception, the http response does not return ...
Something wierd... Today, after restarting the instance, it works... Adding this message here to prevent people from wasting time... Hi Masters! I'm trying to use ACS AEM Commons Contexual Content Variables(CCVAR) in my project. After following the configuration steps, I get this error message in er...
Hi Masters! I need to add an AT Recommendation with a products included in the user's wishlist. We have the products IDs in the user profile parameter, like: 'params':{ 'profile.wishlistItems': '["DR6694-400","DC7248-103","GW2816","CV8989-904"]' } I have configured a criteria with an i...