Hi there,
Could anyone confirm if it is possible to add a code snippet on a webpage created on Adobe Experience Manager?
My company was selected as the SaaS vendor for an organization that uses AEM. It is the first client using this CMS, so we are not familiar with it yet. Our software works by copying a code snippet and embedding it on the selected webpage.
If yes, I would appreciate if you could direct me to the right user documentation, so I can pass that along to the client.
Thanks in advance.
Solved! Go to Solution.
Views
Replies
Total Likes
You may want to have a look at the HTMLContainer on the contrib github repo
It actually forces the author to first upload to the DAM and then only after it's approved can they put in into a page. This helps with governance and preventing Authors from adding dangerous HTML.
Hi @asa2022 ,
What kind of code snippet you want to add? It it any script?
Pre-assuming,
For more details how and where to embed please visit this documentation: https://experienceleague.adobe.com/docs/experience-manager-64/assets/managing/touch-ui-using-page-tr...
Hope that helps!
Regards,
Santosh
Hi,
There are are various ways to inject code in the existing AEM page like Google Tag Manager, Adobe Target.
Even you can inject your own client side javascript which basically read the code and inject in the page on run time.
experienceleague.adobe.com/docs/experience-manager-64/assets/managing/touch-ui-using-page-tracker.html?lang=en
You may want to have a look at the HTMLContainer on the contrib github repo
It actually forces the author to first upload to the DAM and then only after it's approved can they put in into a page. This helps with governance and preventing Authors from adding dangerous HTML.
Thank you all for your help!
Views
Likes
Replies