Activity created from AEM Targeted Component not returned in Web SDK __view__ propositions
Hi Team,
We are using:
- AEM 6.5 LTS
- Adobe Target
- AEP Web SDK (Alloy)
- AEM ↔ Target integration (activities are successfully created in Target)
We have an AEM Targeted Parsys on a page to target the content based on the audience. The activity is successfully synchronized to Adobe Target and is Live.
However, personalized content never displays. The component always renders the default content.
Observations
The rendered HTML contains:
<div class="mboxDefault" data-target-applied="fallback">
and AEM generates maekup:
mboxDefine(...)
CQ_Analytics.TestTarget(...)
Web SDK Behavior
The page sends an Alloy request:
{
"decisionScopes": ["__view__"]
}
and Target returns propositions successfully.
Returned activity IDs:
xxxxx
However, our activity:
123456
is never returned in the proposition response.
Activity Details
- Activity Type: XT
- Status: Live
Additional Findings
The browser does not have at.js loaded:
typeof adobe?.target
returns:
undefined
but Alloy is loaded:
typeof alloy
returns:
function
Question
Is the OOTB AEM Targeted Component in AEM 6.5 LTS expected to work with AEP Web SDK (Alloy), or does it still require the legacy at.js/mbox delivery model?
If using Web SDK:
- Should the activity be returned under
__view__automatically? - Is additional decision-scope configuration required?
- Does the OOTB Targeted Component support Web SDK proposition delivery?
- Is migration to Experience Fragments/Web SDK-based personalization the recommended approach?
Has anyone successfully used the AEM 6.5 LTS OOTB Targeted Component with Adobe Target delivered exclusively through AEP Web SDK?