Expand my Community achievements bar.

SOLVED

How to disable smart tags in AEM as a Cloud Service

Avatar

Level 3

Hi experts,

 

Smart tags is automatically enabled in AEMaaCS. May i know how to disable it through OSGI Config or through code ? I know it can be done at the each assets folder using Asset Processing tab. Is there any OSGI feature flag for it ?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 8

Also please note that @testtttt1 you would still have to write a script to delete the already applied smart tags on the assets. 

 

Curious to know if you have tried to optimize those tags by using the smart tags training process or setting up confidence scores. Refer this link - https://www.hoodoo.digital/blog/understanding-aem-smart-tags-confidence-scores

 

Thanks

Narendra

View solution in original post

7 Replies

Avatar

Level 10

Follow below link to disable smart link for AEM as a cloud service

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/aem-smart-tag-assets-featu...

 

Go to AEM DAM > Parent folder where you want to disable the smart tagging > properties > Asset Processing > select disable for all the smart tags dropdowns and Save.

Imran__Khan_0-1709053686527.png

 

Avatar

Level 10

@testtttt1 Asset folder properties option did we check ?

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/disabling-smart-tags-in-ae....

  • For AEM as a Cloud Service instance:
    • remove workflow step "Smart Tag Assets Process" from OOTB Asset Cloud post-processing workflow model.
    • Or, Create custom post-processing workflow model that only contains the “DAM Update Asset Workflow Completed” step

https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/how-to-disable-smart-tags-...



Avatar

Correct answer by
Level 8

Also please note that @testtttt1 you would still have to write a script to delete the already applied smart tags on the assets. 

 

Curious to know if you have tried to optimize those tags by using the smart tags training process or setting up confidence scores. Refer this link - https://www.hoodoo.digital/blog/understanding-aem-smart-tags-confidence-scores

 

Thanks

Narendra

Avatar

Level 3

For new uploads Enabling/Disablibg Asset Processing Tab is working. But for exsiting assets it is not deleted though we try to 'Reprocess Assets'

Avatar

Level 10

@testtttt1 It will require custom script to delete this property from existing nodes.

Avatar

Administrator

@testtttt1 Did you find the suggestions from users helpful? Please let us know if more information is required. Otherwise, please mark the answer as correct for posterity. If you have found out solution yourself, please share it with the community.



Kautuk Sahni