When customer reaches "Order Taken" page how do we push a custom variable into Klaviyo?
We’re running Klaviyo on a WooCommerce site. We have the Klaviyo SDK running.
At the moment the customer places an order and reaches the “Thank You” page, how do we add a custom variable into the payload sent to Klaviyo so that it gets into the customer’s Klaviyo profile?
More specifically, we are trying to push into Klaviyo a specific cookie value we set in the customer’s browser. It’s easy enough to get the cookie value (whether in JavaScript or PHP). But how do we hook into the payload that Klaviyo sends with the ‘order complete’ event and add our custom value / property?
We weren’t able to find an answer in Klaviyo’s documentation.

