url property

String url
getter/setter pair

The URL of the web page which contains the task to be performed.

The URL may contain the following patterns, which will be replaced with the corresponding values by the client runtime:

  • $PARTICIPANT_ID - Uniquely identifies the participant in the study.
  • $DEPLOYMENT_ID - Uniquely identifies the deployment (group of participants and devices) of the study.
  • $TRIGGER_ID - Identifies the condition, defined by the study protocol, which caused the WebTask to be triggered.

Implementation

String url;