Conversion Tracking with Variables
Hello,
I want to integrate a Tracking Pixel with variables:
<iframe src="https://tbs.tradedoubler.com/report?organization=7362551&event=917835654&orderNumber=[VARIABLE]&orderValue=[Transaction_value]¤cy=[Currency]&tduid=[TDUID]&type=iframe&voucher=[VoucherCode]&validOn=[validOn]" height="1" width="1" border="0"/>
The variables [VARIABLE], [Transaction_value] and [Currency] are still on my site in the data layer:
[variable] = _satellite.getVar("transactionID")
[Transaction_value] = _satellite.getVar("transactionRevenue")
[Currency] = _satellite.getVar("transactionCurrency")
1. How can I get this data layer veariables in the Conversion Code?
2. What implementation method should I use in the rule (sequentiell HTML, sequentiell java, not sequentiell)?
Many thanks!