Using Tag Manager Api in Component | Adobe Higher Education
Skip to main content
Level 2
January 6, 2018
Beantwortet

Using Tag Manager Api in Component

  • January 6, 2018
  • 2 Antworten
  • 1269 Ansichten

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.

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von 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 Antworten

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