I am using DTM and need to implement a survey that only opens on certain pages. I have no issue implementing the survey in DTM. The issue is, since the Rule Conditions work as "and" statements, the usage of the condition will not work. Is there a way in the custom code to use "or" statements for the pages that I want included in the survey?
Would I use something like the below code to have the survey pop on selected pages? Is there a way to do it in the conditions section in DTM?
if ((_satellite.getVar("DOI") == "10.2307/3659443") || (_satellite.getVar("DOI") == "10.2307/3061167") || (_satellite.getVar("DOI") == "10.2307/40801588"))