This is currently an open issue.(#1333 and #2265)
'nodeType' property will work in Pathfield. So possible solution would be to use Pathfield(granite/ui/components/coral/foundation/form/pathfield) instead of Pagefield.
To summarize,
I have integrated AEM and Target. Only default experience is loading. Activities created in AEM are not being considered for evaluation when checked using Adobe experience platform debugger. The activities created directly in Target are the only activities considered for evaluation.
A...
I tried the second approach. AEM -> Adobe I/O -> Launch -> Add Target extension in launch. The JS error which I saw earlier is resolved. But still, I see only the default experience.
Note: The activity and audience are created in AEM and synced to Adobe Target.
In AEP debugger, under Target -> Targ...
Thanks for your reply.
I'm trying to integrate AEM with Target for implementing AB testing. Which integration would be the best approach for this case?
Hello,
I'm trying to integrate AEM and Adobe target through Adobe I/O and launch. I have configured target to the WKND site. The issue is that I see only default experience.
Below are the brief steps I have followed.
Create property in AEP launch. Followed this document.Create Projects (one for ...
Hi @VeenaVikraman
In case the core component model is used in the HTL, we will have to override all the methods(or use Lombok).
data-sly-use.title="com.adobe.cq.wcm.core.components.models.Title
Never tried using the custom model in HTL for Sling delegation.
Below is the sling model. "text" object is null here when running the test case. Sling Model:@Model(adaptables = SlingHttpServletRequest.class, adapters = {Text.class, FormTextModel.class}, resourceType = "myproject/components/content/coreform/text", defaultInjectionStrategy = DefaultI...
Hi @arunpatidar Thanks for your reply. I had read through this earlier. However, I was looking for the approach that is provided in wcm.io library. It is addressed here (detailed video here). I'm trying to write a minimal test case for an extended core component using this approach but unable to ge...