AEM taxonomies can be used in other adobe products | Adobe Higher Education
Skip to main content
August 5, 2020
Beantwortet

AEM taxonomies can be used in other adobe products

  • August 5, 2020
  • 1 Antwort
  • 828 Ansichten

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? 

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von vanegi

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/com/day/cq/tagging/Tag.html 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-overview.html for more details.

 

https://docs.adobe.com/content/help/en/experience-manager-64/administering/contentmanagement/tags.html

 

Thanks!!

 

1 Antwort

vanegi
Adobe Employee
vanegiAdobe EmployeeAntwort
Adobe Employee
August 6, 2020

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/com/day/cq/tagging/Tag.html 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-overview.html for more details.

 

https://docs.adobe.com/content/help/en/experience-manager-64/administering/contentmanagement/tags.html

 

Thanks!!