Hello,
We're encountering an issue with AEM-Target integration. Once content is targeted based on audience, viewing the page in preview or published mode results in the default content appearing blank—the section is not visible.
Upon investigation, it seems this is happening due to the following class:
<style id="at-makers-style" class="at-flicker-control">
.mboxDefault { visibility: hidden; }
</style>
Should we make any changes to address this issue?
Additionally, regarding permissions: I noticed users in the community have reported that the out-of-the-box groups “target-administrators” and “target-activity-authors” do not provide all necessary permissions. I am considering creating a new group with the required permissions for the following paths: `/content/campaign`, `/etc/cloudservices`, and `/etc/segmentation`. I plan to add the OOTB groups to this new group so that we don’t need to manually update the OOTB groups.
For this implementation, we need to enable Test and Target replication. However, I found that the replication queue is getting blocked frequently. Has anyone faced a similar issue, and what was done to address it?
Thank you!