Hi,
I have a really large inventory and use a lot of tags to make collections (to show new in collections, to show in certain time of year, to set discounts on that specific group of products etc).
I would love to have a decent overview of used tags (A-Z, New-old etc) to see in what collection they are used and to see what products are in. (to kick some out for example that came in by copy-paste new products as all tags are copied with them).
There is no decent way to quickly get an overview of used tags just like you have an overview of products that you can sort and select to work with.
1 Like
There is no native way to do it but there can be a workaround and it’s not really as convenient as you might think haha.
- You could extract these tags by downloading your products csv and filtering out the unique tags in the tags column.
- The next step would be to export a csv with all the collections using a tool like matrixify
- Have a dev/AI write a small application using node.js or python that checks all the columns in your collections csv and checks if there’s a tag rule inside the rules columns, then writes that down in a csv or doc that tag X is being used in Y collection and also a column that just prints out that tags.
- Compare the tags csv we got in step 1 with the csv in the last step and filter out the unused tags.
- Now these are just the tags that aren’t being used in collections. Tags are also used in themes and by apps but if you think most of your tags are used in smart collections, this could be a starting point and you can start maintaining your tags after this.
PS: I know this isn’t that convenient lol