Where Parameter
Last updated
Last updated
Makes it work on all pages.
Home -> The home page also makes it work.
Product -> Makes the product page work.
Category -> Makes it work on the category page.
Cart -> Makes it work on the cart page.
Address -> Makes the address page work.
Payment -> Makes the payment method page work.
Approve -> Makes it work on the payment completed page.
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.
You can filter according to the value of variables saved on Local Storage.
You can create a new variable via the JS Variable tab and make it work according to that variable.
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.