Flash actionscript for GA question

Discussion in 'Google AdWords' started by ralphiedee, Nov 24, 2009.

  1. #1
    Here is the code I have for adding the GA code in actionscript 2.0. The code is on an invisible button on a client's banner.


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

    the client now tells me that clicking on the add should take the user to hi website and it does not.

    Do I need to enter the url to his website within the code above?

    anybody????
     
    ralphiedee, Nov 24, 2009 IP
  2. ralphiedee

    ralphiedee Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Nevermind, I got the answer. The code is correct with NO additions

    thx

    rderf
     
    ralphiedee, Nov 24, 2009 IP