Approve -> Makes it work on the payment completed page.
Url Parameter
At the end of the page, ytm_test contains true is read as a parameter as ?ytm_test=true in the link of the entered page and the action runs when this happens.
https://www.siten.com/?ytm_test=true
Tracker Parameter
You can filter according to the value of variables saved on Local Storage.
Web local storage
You can use it among the values saved in Local Storage and filter accordingly.
Advanced Parameters
You can create a new variable via the JS Variable tab and make it work according to that variable.
On the variable side, you can say create variable and use the value there.
We define a new variable called random_show.
It will return true if the randomly generated value is greater than 50 and false if it is less than 50. This action will start when the randomly generated value is greater than 50.