コミュニティアチーブメントバーを展開する。

Join Adobe Journey Optimizer product experts for a live Ask Me Anything on October 15th at 8 AM PT about Expanding Your Mobile Reach with RCS & WhatsApp in AJO!
解決済み

Is it possible to add tokenized URLs as hyperlinks in AJO?

Avatar

Level 2

Hi Everyone,

 

My client wants to add a payment link in their monthly invoice emails which they are planning to send via AJO. There is a Tokenized link which comes from token management database, so the payment link is tokenized AND should be placed as a hyperlink. Would AJO be able to pass the tokenized link via HTML and place it as a hyperlink? 

 

Thanks in advance for your help!

 

Best Regards,

Swastika.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

If the attributes needed for constructing the tokenized link are available as part of event payload (in case of event triggered journey) or profile attributes or if this can be retrieved from an external service per profile using REST API, it should be feasible. 

 

Can you share an example, though ?

元の投稿で解決策を見る

4 返信

Avatar

正解者
Employee Advisor

If the attributes needed for constructing the tokenized link are available as part of event payload (in case of event triggered journey) or profile attributes or if this can be retrieved from an external service per profile using REST API, it should be feasible. 

 

Can you share an example, though ?

Avatar

Level 2

Avatar

Employee Advisor

One thing to keep in mind is that we do not allow for functions or scripting to be added as part of the URL. 

Avatar

Level 2

Thanks Ivan!

If I use API triggered campaign, can I create a hyperlink with contextual attributes? Like below:

https://my.client.com/Billing/TokenPayment?tokenId=context.tokenID

Will AJO resolve the context.tokenID?