この会話は、活動がないためロックされています。新しい投稿を作成してください。
この会話は、活動がないためロックされています。新しい投稿を作成してください。
Hi all,
I am trying to "alive" proofs for recurring deliveries (deprecated by Adobe).
Managed to do it for deliveries without personalization, but when personalization is included an error is thrown in the proof delivery: 'Error while compiling script 'content htmlContent' line 4: targetData is not defined. SCR-160012 Javascript: error while evaluating script 'content htmlContent'.'
So, if used seed address in the proof, we are defining additional data (below) but still cannot recognize targetData
Any idea why is refusing to use this additional data?
Regards,
Milan
解決済! 解決策の投稿を見る。
表示
返信
いいね!の合計
Hello @Milan_Vucetic
Without seeing the details normally this literally means that the delivery target does not have targetData available. You can make small workaround when you initialize the variables at the end of the delivery source code such as.
This error happened to me when I was using native JS functions such as targetData.string.toString().indexOf() even though those variables were coming to the delivery.
<%
targetData.variable1;
targetData.variable2;
...
..
..
%>
BR,
Marcel
表示
返信
いいね!の合計
Hello @Milan_Vucetic
Without seeing the details normally this literally means that the delivery target does not have targetData available. You can make small workaround when you initialize the variables at the end of the delivery source code such as.
This error happened to me when I was using native JS functions such as targetData.string.toString().indexOf() even though those variables were coming to the delivery.
<%
targetData.variable1;
targetData.variable2;
...
..
..
%>
BR,
Marcel
表示
返信
いいね!の合計
Hi @Marcel_Szimonisz ,
where these variables should be initialised exactly?
If you mean on XML source code, there are two tabs Entity and Context but wherever is put an error is raised.
Thanks in advance.
Regards,
Milan
表示
返信
いいね!の合計
表示
返信
いいね!の合計