Expand my Community achievements bar.

Join us on September 25th for a must-attend webinar featuring Adobe Experience Maker winner Anish Raul. Discover how leading enterprises are adopting AI into their workflows securely, responsibly, and at scale.
SOLVED

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?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

5 Replies

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

Correct answer by
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