function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
AndriyAndriy 

How to create a lead (being tracked by Google AdWords) via API(not Web-to-Lead form)?

Hi 

 

Is it possible to create a lead (being tracked by Google AdWords) via API without using Web-To-Lead form?

 

If it is what fields should be modified to after lead creation?

 

Thank you for help!

jkucerajkucera

There's an unsupported way to attempt to directly write to the servers we use to synch Adwords with Salesforce.

http://community.salesforce.com/sforce/board/message?board.id=discuss&message.id=5995

 

 

If you have a custom form that submits via a non-web to lead method, you should be able to add the hidden field named SFGA with your org id to the form, which works for most forms.  Directions are in the Google Adwords Setup tab.

 

AndriyAndriy

Hi, John

 

Thank you for suggested approach but it would be nice to have API possibility to insert Google AdWords leads either.

soysaucesamsoysaucesam

Andriy-

I am in the same situation.  Did you find a solutions to this?

Thanks

TbomTbom

I did.  Have a look at my other post:

 

http://community.salesforce.com/sforce/board/message?board.id=sites&message.id=2004#M2004

Message Edited by Tbom on 02-11-2010 02:03 PM
soysaucesamsoysaucesam

Tom-

I am pretty new to this, so this might be a basic question:

 

I am using the PHP Api rather than a Visualforce Site.  How does this translate?

TbomTbom

ah... well unfortunatley, that will require some more work... Have look at these posts regarding php and lead tracking:

http://community.salesforce.com/sforce/board/message?board.id=PerlDevelopment&thread.id=3344

http://community.salesforce.com/sforce/board/message?board.id=PerlDevelopment&thread.id=2743 

Message Edited by Tbom on 02-16-2010 01:02 PM