HelloIn the HTML-template of a delivery I have a placeholder in a label tag, like_label="<%= targetData.mod1_cta_label %>In a sent email the placeholder is replaced, but not in the tracking log, and so also not in the report “URLs and click streams”Is there a way to also replace it in the tracking l...
HelloI try to use the filter „is included in“ with a variable like $(vars/@zzz) that in a javascript activity is written like vars.zzz.It works if I only have one content, but it does not work when I used several contents comma separated likeaaa,bbb,cccI also tried the following alternatives without...
HelloIn the output columns I added a new column with an Expression like this:$(vars/@aabbcc)The content of this variable I created in a JS activity in vars.aabbccNow I get the following error:PM query6 PGS-220000 PostgreSQL error: ERROR: value too long for type character varying(255)The problem is ...
Hi Jean-Serge,no, this is not the problem. It works even with age, if i do NOT use the path "/temp/" (the value is shown in the form also when I come back later, in a solution where I only use ONE age field). But I do not find a way to do it without "/temp/", if there are 2 attributes or xpath of th...
HelloHere is a part of the form of the predefined filter “By age range”:<form colcount="3"> <enter> <set value="0" xpath="/tmp/@min"/> <set value="0" xpath="/tmp/@max"/> </enter> <container colcount="2"> <input label="Minimum age" minValue="0" noTransaction="true" type="number" xpath="/tmp/@min"/> <...