We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Tags Item Choosing Everything for Automation Instead of Correct Segment/Interest

Tags Item Choosing Everything for Automation Instead of Correct Segment/Interest

TrendSettersLtd
Tourist
7 0 2

Hello. I have a question. We are working on a Shopify Automation where after a customer abandons the site (abandoned browse), the site checks to see if the item they viewed is part of x collection, and then adds appropriate tags (not Segments in Shopify) for future email marketing.

 

At one point in the automation, we see if the customer is part of a “tag”, which works as intended. The issue we run into though is that the “tags_item” part shows the tag is attributed to every collection/interest, and not it’s own. In the screenshots provided (Screenshot 4, the one that says "At lease one of customer/tags", and "tags item is empty"), it will say “tags item” is empty or does not exist. “tags item = Interest A, Interest B, Interest C, etc.” We need customers to only be part of Segment A, and not show the other tags. Is there a way to accomplish this?

 

Basically, the “tags item” is saying that other collections and interests are part of the tag that we need customers to be a part of. It should be a 1 – 1, meaning that if a customer searches for Interest A, they are part of Segment A and so on.

 

I changed the items in the tags names due to confidentiality reasons. Attached are several screenshots.Screenshot 1.jpgScreenshot 2.jpgScreenshot 3.jpgScreenshot 4.jpgScreenshot 5.jpg

Replies 5 (5)

paul_n
Shopify Staff
1828 199 435

I'm not follow what you goal is here at all. Can you clarify?

 

That said, your condition does not makes sense. In one like, you check if the tag is Segment A. You then check if the same tag "is empty or does not exist". These two things will be never true at the same time. 

 

I also don't know why you have exactly the same collection condition in the first example

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
TrendSettersLtd
Tourist
7 0 2

Sorry. The person replying is new to automations, and is trying to make sense of Shopify Flow. We want customers to get an email if they view a specific product in a specific collection, but do not make a purchase (abandoned browse). The problem we run into is where during our checks, other products not belonging to a specific collection get included in the emails. For example, if we sell cheese (we don't), and want to only send an email if someone views American cheese, we would send the email after the American cheese was viewed. The issue we find is that if Cheddar cheese was viewed at some point, a customer will get an email showing the Cheddar cheese in the email designed for American cheese. We think we have found this issue to be in the "tags item" section of Shopify Flow.

 

Since the person responding is new, there is a chance the automations are "duplicated" or don't make sense. That can be fixed.

paul_n
Shopify Staff
1828 199 435

The summary is still hard to read... I think you are using some LLM or translation.

 

I'm not sure why you think this is related to tags. I suspect the issue is that you want to know what collection was viewed during the abandoned browse, but you are checking all of the collections a product is currently part of. As far as I know, there is no way to get the collection that was viewed

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.
TrendSettersLtd
Tourist
7 0 2

My apologies. I'm not using an LLM or translation. I'm just trying not to violate company policies, which is why I'm trying to be vague but also ask the questions needed.

 

I guess the question with the abandoned browse then would be related to the way Shopify Flow checks for the collection. How do I check to see if each condition only checks once? I know there is the condition that specifies if only "one" or "all", but can I get granular with that? I assume I can.

 

The only reason why I assume it was "tags item", was because the "tags item" would say a bunch of items would qualify, even if I didn't look at that part of the website. My goal was to make the checks for the abandoned browse (or collections) a 1:1 for each product.

paul_n
Shopify Staff
1828 199 435

Not sure what you mean by a condition "only checking once". A condition well check exactly what data you put into it. 

 

 

Paul_N | Flow Product Manager @ Shopify
- Finding Flow useful? Leave us a review
- Need Flow help? Check out our help docs.
- Building for Flow? Check out Flow's dev docs.