Forum Moderators: buckworks & skibum

Message Too Old, No Replies

Conversion Tracking with AJAX

How can I do it with an AJAX application

         

cocacolafun

10:46 pm on Mar 27, 2008 (gmt 0)

10+ Year Member



Really easy,
I want to track conversion based on a search I have on my website.

When a user visit my website from an AdWords ads and search, I want to consider him a conversion.

But the problem is that my search does not redirect to a new page. My search call an AJAX function that replaces some div-tag on my page with "new content".

I tried to put the conversion tracking code in the "new content", but that ain't working!

Anyone has an idea?

phranque

8:18 am on Mar 28, 2008 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



this GAnalytics support page might not be exactly what you are trying to do but it could give you some ideas for a solution:
[google.com...]

cocacolafun

1:25 pm on Mar 28, 2008 (gmt 0)

10+ Year Member



No problem with tracking the google analytics goals ... I have read that page and implemented it.

The problem is with the Adwords "Conversion Tracking".

I also could use "other ways" (way around) to make the conversion tracking code to execute, but I don't want to do something that google wouldn't want me to do.