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

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!
解決済み

rendering QR codes through AJO in email template

Avatar

Level 10

Has anybody done such a use-case?

I assume that image should come as an import to AEP and then render such a QR code in AJO template?

トピック

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

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

Avatar

正解者
Community Advisor

@Michael_Soprano If the QR code is static and not unique to the individual customer, you can simply upload it as an image in the email template instead of linking it to the AEP attribute. Alternatively, you might explore using AEP data for a more personalized experience.

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...

Thanks, Sathees

元の投稿で解決策を見る

5 返信

Avatar

Community Advisor

Hello @Michael_Soprano Can you provide more details on this? are you trying to render a static or planning to generate a dynamic one on the fly?

 

~cheers,

NN.

Avatar

Level 10

Dynamic on the fly - you mean requested by Actions on the fly using API? No - rather static. 

Rather something simple - QR in email for the customer to easily download bank mobile app. 

Avatar

正解者
Community Advisor

@Michael_Soprano If the QR code is static and not unique to the individual customer, you can simply upload it as an image in the email template instead of linking it to the AEP attribute. Alternatively, you might explore using AEP data for a more personalized experience.

https://experienceleague.adobe.com/en/docs/journey-optimizer/using/content-management/personalizatio...

Thanks, Sathees

Avatar

Level 3

@SatheeskannaK do we have any idea when this feature will come to GA? Secondly, i would like to understand, there isn't any if condition in the dataset code. So how it will pickup from there for a personalization under it. 

Avatar

Community Advisor

@gengaipandi03 Not sure when it will be available on GA. Probably reachout adobe CSM to know the GA availability. regarding how to personalize, maybe you have the key to identify as mentioned and render that using the HTML code. Refer to the documentation,

"The value entered for this field can be either a field ID (profile.packages.packageSKU), a field passed in a journey event (context.journey.events.event_ID.productSKU), or a static value (sku007653). In any case, the system will use the value and lookup into the dataset to check if it matches a key.

If using a literal string value for the key, keep the text in quotes. Eg: {{datasetLookup datasetId="datasetId" id="SKU1234" result="store" required=false}}. If using an attribute value as a dynamic key, remove the quotes. Eg: {{datasetLookup datasetId="datasetId" id=category.product.SKU result="SKU" required=false}}"

 

Thanks, Sathees