Rule Commands
[G] Google field
[D] Data field (your data)
Common examples:
Set [G]id to [D]shopify_us_id
Set [G]title to [G]title + [G]size + / + [G]color
Set [G]brand to MyBrand when [G]brand blank
Set [G]custom_label_0 to products over 75 when [G]price > 75
*Text in rules is case sensitive
Common examples:
Exclude when [G]price < 10
Exclude when [G]brand contains nike
Exclude when [G]title contains nike and [G]price < 10
*Text in rules is case sensitive
Common examples:
Replace "free shipping" with "" in [G]description
Replace "Elegante" with "nike" in [G]title
Replace "https://mystore.myshopify.com" with "https://www.mystore.com" in [G]link
*Text in rules is case sensitive
Set [G]google_product_category to [C]Arts & Entertainment > when blank
Set [G]google_product_category to [C]Apparel & Accessories > Shoes when [D]product_type contains shoe
*Text in rules is case sensitive
'<', 'less than',
'<=', 'less or equal to',
'>', 'greater than',
'>=', 'greater or equal to',
'=', 'equal to',
'!=', 'not equal to',
'contains', 'does not contain',
'blank', 'not blank'
'+' is used to join fields together with a space
'!+' is used to join fields no space