Is there a mechanism to Encode and Decode URL params using AJO and WebSDK? | Community
Skip to main content
Level 3
July 27, 2026
Question

Is there a mechanism to Encode and Decode URL params using AJO and WebSDK?

  • July 27, 2026
  • 0 replies
  • 5 views

Hi community,

I have an use case to track the URL parameters via WebSDK and sendEvent with this params to AEP/AJO for Journey Triggers. 

However the challenge is that some of the URL params are needed to be encoded e.g. profile identity; Encoding via AJO should be feasible with helper functions, however I am not sure how can we implement decode logic at WebSDK level for the same identity. So that the incoming event from WebSDK can be stitched to the same identity, before sending any comm via AJO. 

Looking for your suggestions.