コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Issues with Target implementation within AEM

Avatar

Level 8

I'm having a little trouble with targeting content within AEM and i cannot figure out what's going on that is causing these differences.  On the author instance, everything is working perfectly, however when everything is activated the targeting does not work on the publish instance.  This has been a problem for a few weeks and DayCare hasn't been able to help so i'm hoping someone here may have some insight.

I did a little digging and one thing that i've noticed is different between the Author and Publish instance is the request to "segementation.segment.js".  On the author instance when the file is requested the response is this:
 

CQ_Analytics.SegmentMgr.register("/etc/segmentation/students/known","( ( CQ_Analytics.OperatorActions.operate(clientcontext.surferinfo, \'browserFamily\', \'equals\', \'Chrome\', \'\') ) )",0); CQ_Analytics.SegmentMgr.register("/etc/segmentation/students/unknown","( ( CQ_Analytics.OperatorActions.operate(clientcontext.surferinfo, \'browserFamily\', \'notequal\', \'Chrome\', \'\') ) )",0);

So you can see that it's adding in the segmentation rules to the register function.  This doesn't happen on the publish instance, see below:

CQ_Analytics.SegmentMgr.register("/etc/segmentation/students/known","( ( false )  &&  ( false ) )",0); CQ_Analytics.SegmentMgr.register("/etc/segmentation/students/unknown","( ( false ) )",0);

Any ideas what could be causing this?

1 受け入れられたソリューション

Avatar

正解者
Level 8

This was solved by installing hot fixes 3748, 4107 and 3591.

元の投稿で解決策を見る

1 返信

Avatar

正解者
Level 8

This was solved by installing hot fixes 3748, 4107 and 3591.