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?
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.