Here is what I'm dealing with. I require a way to dynamically pass a variable or value (sale amount and order id) to a 3rd party tracking pixel for my cost per sale campaign as I am using affiliate marketing. I cannot get help from Intuit who I used to design and host my site. My affiliate marketing support sent this... Just tell them you need to “dynamically pass sale amount and order ID through a 3rd party tracking pixel.” They should come back with a syntax for you to add to the code. It might be something like <order.number>
or “<orderamount>”
. . . . So basically, I have the code on the confirmation page, but don't know how to dynamically pass the amount and order id so that the proper commission can be paid. Please help. Thanks. :confused:
Here is the code:
<script language="JavaScript" src="https://www.linkconnector.com/tmjs.php?lc=000000002852&oid=&amt="></script>
Did they pass this exact structure to you ?
When you finish your transaction, from where do you have access to the order ID and amount ? If you access those variable via PHP, you just have to include the URL contained in your structure with the proper variables. If you access those variable via JavaScript, you might insert a 1x1 transparent image with the src set to this URL, with proper variables...
Does that help you ? If not please specify how do you access your parameters.