-
set google product code based on multiple conditions
I would like to set up a rule that reads something like this:
If ANY of the following is true:
SectionID is greater than or equal to 6 and SectionID is less than or equal to 10
then
set google_product_code = "Sporting goods > Outdoor Recreation ..."
Is this possible?
-
I figured out how to add additional conditions to a rule. Now, I need to know how to set multiple variables in a single rule. For example, I need to be able to have the following rule:
If ALL of the following are true
SectionID is greater than or equal to 1 and SectionID is less than or equal to 5
then
set google_product_category = "Sporting Goods > Outdoor Recreation > Camping" and
set product_type = "Camping"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules