URL & TOKEN | Community
Skip to main content
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 ParthaSarathy

Hi @razengaan ,

Let say you have stored full URL ( www.example.com/dynamiclink/deep?token=a12wsd3d4g67h7yy) as alias @url, then use an enrichment and use the below expression,

Substring(@url,Charindex(@url,'token' ) , Length(@url))

and give alias as @token

The output of @token will be token=a12wsd3d4g67h7yy

You can process @token as per your campaign requirement and call it in delivery by the following syntax,

www.example.com/dynamiclink/deep?<%= targetData.token %>

1 reply

ParthaSarathy
Community Advisor
ParthaSarathyCommunity AdvisorAccepted solution
Community Advisor
November 25, 2024

Hi @razengaan ,

Let say you have stored full URL ( www.example.com/dynamiclink/deep?token=a12wsd3d4g67h7yy) as alias @url, then use an enrichment and use the below expression,

Substring(@url,Charindex(@url,'token' ) , Length(@url))

and give alias as @token

The output of @token will be token=a12wsd3d4g67h7yy

You can process @token as per your campaign requirement and call it in delivery by the following syntax,

www.example.com/dynamiclink/deep?<%= targetData.token %>
~  ParthaSarathy S~  Click here to join ADOBE CAMPAIGN USER GROUP for Quarterly In-person | Hybrid | Virtual Meetups