Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
Hi All
We are utilizing taxonomies in the AEM 6.5 project, is same taxonomies can be used in other Adobe environments? (i.e., Adobe Analytics, Adobe Target, etc ) ? How are they managed? Are the taxonomies independent or overlapping?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @sumanthaem42,
As per my understanding, taxonomies in AEM are different than what we have in other Adobe solutions like Target, Analytics etc. To tag content and leverage the Tagging infrastructure, AEM leverage TagManager api https://helpx.adobe.com/experience-manager/6-5/sites/developing/using/reference-materials/javadoc/co... with following:
The tag must exist as a node of type [cq:Tag](#tags-cq-tag-node-type) under the taxonomy root node
The tagged content node's NodeType must include the cq:Taggable mixin
The TagID is added to the content node's cq:tags property and resolves to a node of type [cq:Tag](#tags-cq-tag-node-type)
While in Adobe Target and Analytics, we leverage DTM implementation, you can check https://docs.adobe.com/content/help/en/analytics/implementation/other/dtm/dtm-implementation-overvie... for more details.
https://docs.adobe.com/content/help/en/experience-manager-64/administering/contentmanagement/tags.ht...
Thanks!!
View solution in original post
Views
Likes
Replies