I read the other post about Adwords conversion tracking, but it was a couple years old so I wanted to make sure I'm doing this correctly.



In the View Cart code, I see this:



function EJEJC_lc(th) { return false; }



And I'm adding this after that line:



function EJEJC_config() {

EJEJC_BEACON = "http://www.googleadservices.com/pagead/conversion/XXXXXXXXXXX/?value=$29.99&label=l8FCMP43QEQldDi9wM&guid=ON&script=0";

}



There was no EJEJC_config script by default in the view cart code, so am I placing this in the correct place? I just want to be able to track in Adwords when a user buys from an Adwords referral.

  • created

    Jul '10
  • last reply

    Aug '10
  • 1

    reply

  • 944

    views

  • 2

    users

  • 1

    link

Yes, that looks correct insofar as customizing our cart to trigger the conversion URL is concerned. Getting the URL itself correct would still be up to you (e.g., the XXXXXXXXXXX part would typically be a unique string provided in your own AdWords account).