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
jedi_101jedi_101 

How to access Google Adwords API

Hi,

I would like to access the Google Adwords API from Visual Force/Apex. Is it possible? If so how?

Thanks!
jedi_101jedi_101
Wow...no response to this message...either I asked something that is too trivial or too complex...can someone at least make a comment please?
Ron HessRon Hess
contacting the api can be done with http callout from Apex, aka SOA feature.
you would construct the formated xml atoms and send them, you will have to authenticate, if this api uses AuthSub, then i can contribute some Apex code that may help.

Then there is parsing the response, this is a bit of work, and finaly integrating the data with your database is another sizable bit of work.

Note, there is a salesforce app for this, so i didn't build any examples for this API

If you are looking for Apex Code GData samples, i can publish some of these in the next week or two, just cleaning these up now.
SuperfellSuperfell
IIRC, the AdWords API is soap based, so you should be able to import the AdWords WSDL and be up and running.
chachichachi
Hi Ron,
 
Did your APEX / GData samples ever get posted?

Thanks!
Kyle.
Ragula SivakumarRagula Sivakumar

Hi Ron,

Have you published any blogs?

If yes could you please provide the link.

Regards,
SIva Ragula.