Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM taxonomies can be used in other adobe products

Avatar

Level 1

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? 

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Employee

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

1 Reply

Avatar

Correct answer by
Employee

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!!