Page is a not externally linkable
- Code, Content, and Presentation
-- Flash and Shockwave
---- clickTAG with form POST


devilsap - 12:00 pm on Mar 17, 2008 (gmt 0)


Hi,

I'm stuck...

I've created a flash banner that on rollover changes to a form and onrelease posts the variables - this works fine

My confusion is when I need to include the clickTAG script for adwords tracking.

The code I've used is simple and is the following:

on (release) {
getURL("(URL address blocked: See forum rules)", "_parent", "POST");
}

----

and the code I need to add for the clickTag is:

on (release) {
if (clickTAG.substr(0,5) == "https:") {
getURL(clickTAG, "_blank");
}
}

---

If I have both on codes one after the other will google track correctly? Is there another way that I can pass the variables to the URL that is defined in adwords via the clickTAG?

Cheers

Si


Thread source:: http://www.webmasterworld.com/flash/3602815.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com