Hello,
Is there a way in which I can automatically update the metadata of my assets with values that don't exist in AEM?
For example, I would like to bulk-update assets with tags. Some of the tags exist, but some don't. Is there a way I can make AEM create the tags that don't exist and assign them to my asset?
I am using the Assets Metadata Import functionality and noticed that if the tags are not available in AEM, they do not get created.
Many thanks,
Ana
Solved! Go to Solution.
Views
Replies
Total Likes
You can try to pre-create those tags using TagManager API in a Script or Excel and ACS Tag Creator.
You can try to pre-create those tags using TagManager API in a Script or Excel and ACS Tag Creator.
Previous verdict was Adobe didnt support Tag creation
I fear still thats the case 😞 😞
Now, adobe recently has introduced experimental APIs. In my project, I am programatically importing assets from url https://adobe-aem-assets-author-assetimport.redoc.ly/#operation/importFromUrl
This API allow assetMetadata object and we can pass
Second usecase, I am using https://developer.adobe.com/experience-cloud/experience-manager-apis/api/stable/sites/ to create Content Fragment using OpenAPI. And add tags to the CF.
But all above cases, I had to create Tags inside AEM using java Tagging API.
So far, I too haven't seen ability to create tags outside AEM.
You ll need to build a Sling job that preprocess data, create required tags. And then release Kraken to import metadata. Nothing better available so far.
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies