CodeBase Experience Channel : No response from client side | Community
Skip to main content
Level 4
May 5, 2025
Solved

CodeBase Experience Channel : No response from client side

  • May 5, 2025
  • 1 reply
  • 961 views

Hello , I setup the codeBase channel and followed the documentation : https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/code-based-experience/get-started-code-based.

The rule is firing , i can see all logs in Adobe experience debugger like request ,events but am not seeing any response.

The Server is responding but client is not updating in client side.
Even i followed this documentation : https://github.com/adobe/alloy-samples/blob/main/ajo/personalization-client-side/README.md

 

let me know what am missing ?

Thanks

AJODev

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Anuhya-Y

No am not seeing any personalization or static content in webpage but i can see payload in web page dev tools.
FYI

 

Thanks

AJO Dev


@ajodevThis shows personalization decisions block is coming back successfully, issue is in the rendering logic on the client (browser).

 

Verify identity/namespace: Is the ECID field present in the response body, and is it associated with the profile used for testing?

Cross-check renderDecisions value as true in sendEvent https://experienceleague.adobe.com/en/docs/experience-platform/web-sdk/commands/sendevent/renderdecisions

 

Troubleshooting issues with both code-based and Web Channel implementations often requires validating multiple components simultaneously. If you've followed all the documented prerequisites and steps but are still encountering issues, I would suggest raising a support ticket with Adobe. A working session with the support team is usually the most effective way to review configurations, as well as inspect the request and response details from the network calls in real time.

1 reply

Anuhya-Y
Community Advisor
Community Advisor
May 5, 2025

@ajodev 

Have you validated the data flow using Adobe Assurance? It helps verify whether data is correctly collected from the source and sent to AEP.

Check out https://experienceleague.adobe.com/en/docs/journey-optimizer/using/channels/code-based-experience/create-code-based-experiences/test-code-based

AJODevAuthor
Level 4
May 5, 2025

@anuhya-y 
Yess i checked the data flow using adobe Assurance and data is correctly collected from the source and sent to AEP.
I can see AJO request : As i want to modify or update the content in webpage. But there is no response with payload.


Thanks

AJODev

Anuhya-Y
Community Advisor
Community Advisor
May 7, 2025

@ajodev A couple of questions.

 

  • Are decision propositions being used to personalize the content?

  • Is the issue occurring in a campaign or a journey using the code-based channel?

  • Are static content changes working on the webpage without any personalization?

  • Is the same personalization working on the webpage when using the Web Channel (not the code-based approach)?

  • Is this a client sandbox or a partner sandbox?

  • In the channel configuration, is the specified location available on the webpage you're trying to personalize?