I would like to have a Google Adwords conversion trigger when a new node is submitted on my Drupal 6 site, but cannot find a way to do this.
Basically I want a user to submit some details into a custom node type, let's call it "Player". When a new Player is added, I want to trigger an Adwords conversion. I have looked at the Custom (Form) Destination module, but this doesn't seem to work for this form. Even if it did work, I'd have to somehow cleverly distinguish between new submissions and edits because they have the same form_id
.
Anyone have experience of something similar to this and can offer any advice?