I did create a marketing campaign strategy for my client. The marketing page was created in Adobe CQ5 with a tracking link: http://www.example.com/?utm_campaign=spring&utm_medium=email&utm_source=newsletter1&utm_content=toplink Unfortunately, I cannot see the campaign been tracked in Google analytic...
Hi,We are moving our project from CQ 5.5 to AEM 5.6.1 and ran into issues with LESS compiler (as far, as I know, in AEM 5.6.1 LESS was updated to 1.3.3).In 5.5 we had a common clientLib, which contained all the mixins and vars declarations(call it common.less.rules), it was then embedded in other cl...
I have tried below one but its not working:curl -u admin:admin -Frep:disabled=true http://localhost:4502/home/users/t/testuser.rw.htmlgetting below error message:javax.jcr.nodetype.ConstraintViolationException: Unable to perform operation. Node is protected.
Hi,MSM has got an internal cache accessible on the /libs/wcm/msm/content/commands/servercaches.confThis cache does not get updated when Author cache get's updates and cached results are not send to publishers(publisher cache get's invalidated only after restart)To refresh the cache I can send curl -...
Hi All,I am about to work on customizing CQ UI. Can i get code samples/example to practice using SLING API or tips on this will be more useful.Thanks In AdvanceCheers,Kishore.
Hi @all,sorry, for rusty english. I'll do my best ;).Given example: a node from the designs .content.xml:<stage jcr:primaryType="nt:unstructured" sling:resourceType="ORG/components/stage" dontUseTargetValues="true" hideTargetValuesPolicy="[jcr:description]" stage.renderMode="general"> <par jcr:prima...
Hi All,I have a requirement of getting the vanity URL of a page based on the mapping mentioned in pub while being in author instance.Mappings are available only in publish instance.My ultimate requirement is while activating a page I need clear dispatcher cache of that specific page both in full pag...
I have CQ5.6 and I have been trying to follow the directions on how to add Styles (Tables and Table Cells), however I have had no luck. I have a custom text component and I have added the following to the dialog.xml but I cannot get this to appear in either the the cell properties or table propertie...
Hi All, I want to create a login form with ability to register new users.and validate the credentials from database.kindly provide the steps to achieve this.