Hi, i am trying to track clicks on flash banners. So what i have done is setup an action called "clickTAG" (as an expression) on the flash banner. And using PARAM NAME given it the click URL through HTML. This is the code i used
<PARAM NAME=movie VALUE="/test/banner_test.swf?clickTAG=[PID]&b=1&id=[IDNUMBER]">
My problem is that by using that code, the variable clickTAG becomes " it does not read the rest of the URL because after TESTFLASH there is the character "&", how can i make it so it reads the whole url WITH the "&" character and all the characters after that?
Help is greatly appreciated
<PARAM NAME=movie VALUE="/test/banner_test.swf?clickTAG=[PID]&b=1&id=[IDNUMBER]">
My problem is that by using that code, the variable clickTAG becomes " it does not read the rest of the URL because after TESTFLASH there is the character "&", how can i make it so it reads the whole url WITH the "&" character and all the characters after that?
Help is greatly appreciated