@danstoj Did you find a way to do a discount and conversion tracking in the one link?
The article says "Notes, cart attributes, and tracking parameters can be added as query parameters as usual," but it’s not working for me.
For example, this adds the products & quantities to checkout, but doesn’t apply the discount:
/cart/{variant_id}:{quantity},{variant_id}:{quantity}?discount=discountName?ref=email@domain.com
If I remove the ?[email removed] it does apply the discount. Anyone know what I’m doing wrong?