Hello everyone,
I’m using Shopify for the e-commerce store and using Klaviyo to handle our emailing and sales.
I’d like to displaying a country tag that come from Shopify product tag which in Klaviyo event variable we can call all the product tags by using this tag {{ event.extra.line_items.0.product.tags }}
In my case, the result of {{ event.extra.line_items.0.product.tags }} is
country:Japan, cuisine:Japanese, decant:RTD, decanttype:NIL, farming:Sustainability, food:Fish, food:Shellfish, format:720ml, glass:White Wine, intent:Drinker, region:Others, serve:6, style:Old, type:Sake, vintage:NV
Is that possible to select only country value of product tags from event variable?
Thank you in advance