By x3ja on
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" (customdestination) 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?
Comments
I did this with help of
I did this with help of rules. Set up a rule to redirect the user to your custom "success page" you created before. Now you are able to put the google conversion code into the page or in a separate block you call to the url of your "success page". Details relativ to your content type, new content or updated content you can set in rules.