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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
@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.
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.
Views
Replies
Total Likes
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.
Views
Replies
Total Likes
@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.
@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.
Views
Replies
Total Likes
@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.
{{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}}
"
Views
Likes
Replies
Views
Likes
Replies