CollectAction - App Store
EnglishTürkçe
  • ENTRY
    • Start
    • Add Script
    • Creating Action
  • Panel
  • Action
    • General
    • Editing and Settings
    • Filtering Feature
    • Change Style (Template)
    • Location Selector (CSS Selector)
    • Screen
    • Filter Part
    • Mode Change
    • Preview
  • Filter Settings
    • General
    • Trigger
    • Condition
      • Who Parameters
      • Where Parameter
      • When Parameter
    • Advanced Settings
      • Variables
  • ChatBot
    • Create ChatBot
    • How to Test?
    • ChatBot Analytic
    • ChatBot Publish
    • Settings
  • Other
    • Settings
    • Analytic
    • Example Usages
    • Frequently Asked Questions
    • Action Trainings
      • Transfer Trendyol Reviews to Your E-commerce Site!
      • Running Out
      • Show Message Card
      • Wheel Of Fortune
      • Social Impact (Random)
Powered by GitBook
On this page
  • Every Page
  • Page Type
  • Url Parameter
  • Tracker Parameter
  • Advanced Parameters
  1. Filter Settings
  2. Condition

Where Parameter

PreviousWho ParametersNextWhen Parameter

Last updated 1 year ago

Every Page

Makes it work on all pages.

Page Type

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.

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.

Tracker Parameter

You can filter according to the value of variables saved on Local Storage.

Advanced Parameters

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.

Works on all pages.
https://www.siten.com/?ytm_test=true
Web local storage
You can use it among the values saved in Local Storage and filter accordingly.
On the variable side, you can say create variable and use the value there.
We define a new variable called random_show.