Dynamic conversion values.

The dynamic conversion values allow you to use specific parameters of a WooCommerce order inside your tracking codes.

To use one of the following dynamic conversion values, you just need to replace the static value with the available conversion value.

Each conversion value must begins with [v] and ends with [/v]

Please see the following screenshot.

[v]ORDERID[/v] – Returns the order ID.
[v]CURRENCY[/v] – Returns the order currency.
[v]PRODUCTS[/v] – Returns the list of all purchased products.
[v]AMOUNT[/v] – Returns the order amount.
[v]TAX[/v] – Returns the order amount.
[v]TOTAL[/v] – Returns the order total.
[v]EMAIL[/v] – Returns the customer email address of the current order.
[v]PHONE[/v] – Returns the customer phone number of the current order.
[v]FIRSTNAME[/v] – Returns the customer first name of the current order.
[v]LASTNAME[/v] – Returns the customer last name of the current order.
[v]COMPANY[/v] – Returns the customer company name of the current order.
[v]ADDRESS[/v] – Returns the customer address of the current order.
[v]HOUSENUMBER[/v] – Returns the customer house number of the current order.
[v]CITY[/v] – Returns the customer city of the current order.
[v]STATE[/v] – Returns the customer state of the current order.
[v]ZIPCODE[/v] – Returns the customer zip code of the current order.
[v]COUNTRY[/v] – Returns the customer country of the current order.
[v]PAYMENTTITLE[/v] – Returns the payment title of the current order, for example Bank transfer.
[v]PAYMENTMETHOD[/v] – Returns the payment method of the current order, for example bacs.