Profile script | Community
Skip to main content
New Participant
March 1, 2023
Solved

Profile script

  • March 1, 2023
  • 1 reply
  • 780 views

can we use set interval in adobe target profile scripts

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Perrin_Ennen

Hello @madarapu ,
in Profile Script the Rhino Script Engine is used. Here JavaScript is executed server-side in Java. However, this is limited and thus not all methods work here. In Profile Scripts you can't use setInterval.

 

1 reply

Perrin_Ennen
Perrin_EnnenAccepted solution
New Participant
March 2, 2023

Hello @madarapu ,
in Profile Script the Rhino Script Engine is used. Here JavaScript is executed server-side in Java. However, this is limited and thus not all methods work here. In Profile Scripts you can't use setInterval.