So the zap I’m working on takes in data from a column it sort of looks like this:
Product
1
2
2,3
1,3
3
1,2,3
1,2
1
1
This is coming from a form on a website that has 3 checkboxes. So if a visitor is interested in product 1 and 2, the column will populate as “1,2.”
I want to take that and trigger a respective goal (Goal 1, Goal 2, Goal 3) in Google Analytics when that happens. so in the case above, it should trigger Goal 1 and Goal 2.
My question is if I use the path feature in Zapier and create 3 different paths, one for each product, will it go through each path simultaneously if a value has more than one product? I would set the Rules in each path to look like:
IF Product CONTAINS 1
trigger GA goal 1
-----------
If Product CONTAINS 2
trigger GA goal 2
-----------
if Product Contains 3
trigger GA goal 3