Hiya 
I need to install an image tracking pixel on my sites "thank you" page for one of our affiliates.
I'll be passing variables through the url to this page that need to be included ie www.mysite.com/?SUBID=21&LEADID=55&Opt=yes
Can I use GET in this way and would this work? ...
echo '<img src='https://www.imagepixel.com/tracking/RecordPixel.aspx?cmp=38721&optional=". $_GET["LEADID"] ."&optional2=". $_GET["SUBID"] ."&optional3=". $_GET["Opt"] ." width="1" height="1" border="0"'>';
Thanks in advance for any advice. Much appreciated
I need to install an image tracking pixel on my sites "thank you" page for one of our affiliates.
I'll be passing variables through the url to this page that need to be included ie www.mysite.com/?SUBID=21&LEADID=55&Opt=yes
Can I use GET in this way and would this work? ...
echo '<img src='https://www.imagepixel.com/tracking/RecordPixel.aspx?cmp=38721&optional=". $_GET["LEADID"] ."&optional2=". $_GET["SUBID"] ."&optional3=". $_GET["Opt"] ." width="1" height="1" border="0"'>';
Thanks in advance for any advice. Much appreciated
Last edited: