Expand my Community achievements bar.

SOLVED

what is adhocenable in <a> tag?

Avatar

Level 5

We've used RTE and it's inserting adhocenable in the generated output. In the logs, we get AntiSamy Warning: "The a tag contained an attribute that we could not process. The adhocenable attribute has been filtered out".

I could configure Anti-Samy to allow it, but need to understand how this attribute gets inserted and is it related to analytics somehow?

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

This attribute is added on the anchor tags by the RTE for ad-hoc link tracking in the site catalyst. https://docs.adobe.com/docs/en/aem/6-1/administer/integration/marketing-cloud/sitecatalyst/sc-link.h... Link Tracking. You can search for the attribute in the code here - /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.js 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee Advisor

This attribute is added on the anchor tags by the RTE for ad-hoc link tracking in the site catalyst. https://docs.adobe.com/docs/en/aem/6-1/administer/integration/marketing-cloud/sitecatalyst/sc-link.h... Link Tracking. You can search for the attribute in the code here - /libs/cq/ui/widgets/source/widgets/form/rte/plugins/LinkDialog.js