@Blue-Dog You can check out below articles : https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operations/replication.html?lang=en#methods-of-publishing-contenthttps://developer.adobe.com/experience-manager/reference-materials/6-5/javadoc/com/day/cq/replication/Replic...
@Blue-Dog You can refer to the replication API documentation to understand what status is set on the node when it is activated / deactivated. It will also let you tap into the last replication action as well. https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/operation...
@MarkECis The ‘Referrer’ dimension reports which URLs visitors were on when clicking through to reach your site. This dimension is useful to understand which specific URLs drive the most traffic to your site. More details : https://experienceleague.adobe.com/docs/analytics/components/dimensions/refe...
@Vani1012 1. I re-enable inheritance by clicking only on YES --- This means the live copy is not synchronized for past changes in the blueprint but will receive any future rollout updates.2. re-enable inheritance by clicking on Synch page after reverting inheritance - Page is synchronized with ...
@aemUser2345 Is there any specific property value that you are trying to apply as a constraint in your query ? If so, you can create a property index to look for content nodes that satisfy a given constraint.
@stiegjo22 check this one out.https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/using-slingservletfilter-for-filtering-dam-asset-resource-type/td-p/591161
@stiegjo22 In that case, you may want to setup a filter that intercepts this request and then you can use any attribute (session variable , cookies etc) to validate whether the user is logged in or not and based on that you can either let the request pass and move forward. if the user is not logged...
@Kummari_DilipKu Ensure that the Content-type header has a value of 'application/octet-stream' and Content-Disposition header has a value 'attachment' and if it is an anchor tag add a 'download' attribute in the in anchor tag. https://www.w3schools.com/tags/att_a_download.asp
@stiegjo22 You can apply a closed user group on your DAM folder that lets only users from that group access the asset folder. https://medium.com/tech-learnings/adobe-experience-manager-enable-gated-content-in-aem-9113702e762c
@ViktorL1 You can create custom 500 error page to customize the content that you want to serve the user when there is 500 error.You can refer to these articles on how to set this up. This applies to other error code situations like a 404 error.https://blog.3sharecorp.com/error-handling-in-aemhttps:/...