Hello,
We have ran into an issue where older pages that have been deleted, removed, or forward to another page now are still showing up in the products collections. I thought I could exclude based on thumbnail being broken but the old thumbnail URL is still present. Any other ideas on how to get these old missing pages out of Target Rec's?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
@RYJO2021 Most efficient way for bulk deletion of entities is to use API's, Refer https://developers.adobetarget.com/api/recommendations/#operation/deleteEntities and recommended method for authentication is to use service user via Adobe I/O.
Authentication Configuration: https://developer.adobe.com/target/before-administer/configure-authentication/
Changes reflect as per below cadence
Let me know if you need further details.
Hi @RYJO2021
You can create exclusion of unavailable pages, using entity ids or some common entity param. All the ids in exclusion will not be shown in recommendations.
Thanks,
Gauresh
I'm aware of that route but it's not really sustainable as an enterprise to manually exclude pages. There must be a way to do it more efficiently. We are talking upwards of 4000 pages.
@RYJO2021 Most efficient way for bulk deletion of entities is to use API's, Refer https://developers.adobetarget.com/api/recommendations/#operation/deleteEntities and recommended method for authentication is to use service user via Adobe I/O.
Authentication Configuration: https://developer.adobe.com/target/before-administer/configure-authentication/
Changes reflect as per below cadence
Let me know if you need further details.