Skip to main content
All CollectionsData & feedsFeeds strategies
How to check the strategy conditions?
How to check the strategy conditions?
Jakub Dziuba avatar
Written by Jakub Dziuba
Updated over 3 weeks ago

To check the strategy conditions, go to the store whose strategies you are interested in:

  1. Go to Feeds strategies.

  2. In the Actions column, in the selected strategy, click Edit.

After clicking on this icon, a sidebar will appear on the right.

At the bottom, in the SQL field, you need to pay attention to the WHERE clause, which says which products are selected for this strategy. In the screenshot above it is: WHERE profit_rank = HIGH so these are all products that have Profit Rank marked as HIGH.

If you find the information LIMIT, it means that the number of products is limited, e.g. LIMIT 1000 means that only 1000 products are taken into account.


​

Did this answer your question?