I was woundering if anyone could help me with the following. The code bellow has been provided to us by kelkoo, it is used to track our cost per click and what our conversion rate is.
<img src="http://tracker.tradedoubler.com/report?organization=<%=968593%>&event=<%=22199%>&orderNumber=<%=ordernumber%>&orderValue=<%=ordervalue%>¤cy=<%=GBP%>&reportInfo=<%=reportInfo%>" HEIGHT="1" WIDTH="1">
I am not sure as to what I need to put on the highlighted area for ordernumber and ordervalue. I know that this code goes on the Act_order04 template.
would anyone happen to know what I would need to do?
<img src="http://tracker.tradedoubler.com/report?organization=<%=968593%>&event=<%=22199%>&orderNumber=<%=ordernumber%>&orderValue=<%=ordervalue%>¤cy=<%=GBP%>&reportInfo=<%=reportInfo%>" HEIGHT="1" WIDTH="1">
I am not sure as to what I need to put on the highlighted area for ordernumber and ordervalue. I know that this code goes on the Act_order04 template.
would anyone happen to know what I would need to do?
Comment