fetching the dynamic params in ajop web channel configuration | Community
Skip to main content
Level 1
July 30, 2026
Question

fetching the dynamic params in ajop web channel configuration

  • July 30, 2026
  • 1 reply
  • 17 views

Hi ,

we are working on ajo web channel personalizarion to show real time banners. while workign we found that we cant uise event contextual attributes inside web channel. we need to call aem content fragment based on the current page url which user has visited.

is it possible to use window.location.href ? will it fetches the current browser url so that we can pass this as input to content fragment.

Please help with inputs .

 

Thanks

Usha

    1 reply

    SatheeskannaK
    Community Advisor
    Community Advisor
    July 30, 2026

    Hi ​@UshaDa,

    • Web personalization will likely not work for this specific use case.
    • I think Code-Based Experience is suitable in this case.
    • The visual editor constraint you hit is a limitation of the built-in attribute picker.
    • CBE sidesteps this restriction because you retain full control of the data pipeline.
    • The system delivers personalized offers directly into pages using client-side JavaScript.
    • Developers get full control over when and where offers render via Adobe Web SDK (Alloy.js).
    • This approach completely removes reliance on predefined templates or visual layout tools.

    Thanks, Sathees