Using Tag Manager Api in Component | Community
Skip to main content
Level 2
January 6, 2018
Solved

Using Tag Manager Api in Component

  • January 6, 2018
  • 2 replies
  • 1269 views

Hi,

I am a very new to the concept of Tagging in AEM.

I need to create a component that checks the child pages and display only the child pages whose tags match with the tags that I have given. Can someone please guide me as how to do this.

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by edubey

Should be able to achieve it with query builder tag predicate

https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/querybuilder-api.html

2 replies

smacdonald2008
Level 10
January 6, 2018

Although this article is not an exact match in a use case - it does show you how to use Tag Manager API with a HTL component:

Scott's Digital Community: Developing an AEM HTML Template Langauge Component that searches for AEM Content Tags

It will point you in the right direction...

edubey
edubeyAccepted solution
Level 10
January 6, 2018

Should be able to achieve it with query builder tag predicate

https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/querybuilder-api.html