Re: Google Analytics Full Functionality
On the order completed page in the invoice footer what is supposed to go in the bold section (product category)
Order Completed Thank You:
%OUI%
<!-- START : GA Invoice Submit -->
<form style="display:none;" name="utmform"><textarea id="utmtrans">
UTM:T|%ORDERNUM%|your store name|%order_total%|%order_tax%|%order_shipping%|%o rder_ship_city%|%order_ship_state%|%order_ship_cnt ry%
%FUNC(OrderItem_FindFirst_Order(Orders.d.id))%
%WHILE(g.OUIX_FuncReturn)%
UTM:I|%ORDERNUM%|%VAR(OrderItems.d.code)%|%VAR(Ord erItems.d.name)%|product category|%VAR(OrderItems.d.price)%|%VAR(OrderItems.d.quant ity)%
%FUNC(OrderItem_FindNext_Order(Orders.d.id))%
%WHILEEND%
</textarea></form>
<!-- END : GA Invoice Submit -->
On the order completed page in the invoice footer what is supposed to go in the bold section (product category)
Order Completed Thank You:
%OUI%
<!-- START : GA Invoice Submit -->
<form style="display:none;" name="utmform"><textarea id="utmtrans">
UTM:T|%ORDERNUM%|your store name|%order_total%|%order_tax%|%order_shipping%|%o rder_ship_city%|%order_ship_state%|%order_ship_cnt ry%
%FUNC(OrderItem_FindFirst_Order(Orders.d.id))%
%WHILE(g.OUIX_FuncReturn)%
UTM:I|%ORDERNUM%|%VAR(OrderItems.d.code)%|%VAR(Ord erItems.d.name)%|product category|%VAR(OrderItems.d.price)%|%VAR(OrderItems.d.quant ity)%
%FUNC(OrderItem_FindNext_Order(Orders.d.id))%
%WHILEEND%
</textarea></form>
<!-- END : GA Invoice Submit -->
Comment