Hello Everyone,
I'm trying to send proof of SMS delivery template. The delivery contains targetData for personalization. So I created a seed address and added relevant additional data.
But when I'm trying to preview the content using seed address, all the targetData personalization fields showing up as undefined.
The syntax I used for creating additional data is
<targetData>
<testData testProductName="xyzProduct" name="Krishna"/>
</targetData>
The syntax I used in the SMS delivery is
Thank you for purchasing <%= targetData ? targetData.testData.testProductName:"" %>
<%= targetData ? targetData.testData.name:"" %>
The result in the preview tab
Thank you for purchasing undefined undefined
Did anyone else encounter this issue? Can Anyone suggest a workaround or identify any mistake in my syntax?
I'm getting targetData undefined when trying to send the proof as well.
Thanks,
Krishna