Hi Kevin,The swift syntax would be as follows://create a context data
dictionary// add products, a purchase id, a purchase context data key,
and any other data you want to collect.// Note the special syntax for
productsvar contextData = ["&&events" : "event1", "&&products" :
";Running Shoes;1;69.95;event1=5.5;eVar1=Merchandising,;Running
Socks;10;29.99", "m.purchaseid" : "1234567890", "m.purchase" : "1"]//
send the tracking call - use either a trackAction or TrackState call.//
trackAction exampl...