Re: TargetingIdeaService method to JSON output?

2015-05-12 Thread Josh Radcliff (AdWords API Team)
Hi, The API uses SOAP, so all messages (besides some reporting calls) are formatted as XML. However, our client libraries https://developers.google.com/adwords/api/docs/clientlibraries take care of generating the SOAP XML messages for you -- you simply work with objects such as *Campaigns*,

Re: TargetingIdeaService method to JSON output?

2015-05-12 Thread A Farhat
Thank you! Does the API support XML? Is there anyone who can do this? Op maandag 11 mei 2015 21:28:47 UTC+2 schreef Josh Radcliff (AdWords API Team): Hi, The AdWords API and client libraries don't directly support JSON or REST, but others on this group may have ideas or experience with

TargetingIdeaService method to JSON output?

2015-05-11 Thread A Farhat
Hi guys, This probably is a very broad (noobie) question, but would really appreciate it if someone could give me some guidance or direction to accomplish the following... What i'm trying to achieve is to create a JSON Rest-Full API using the Adwords API TargetingIdeaService method to get

Re: TargetingIdeaService method to JSON output?

2015-05-11 Thread Josh Radcliff (AdWords API Team)
Hi, The AdWords API and client libraries don't directly support JSON or REST, but others on this group may have ideas or experience with wrapping our API services in this way. Thanks, Josh, AdWords API Team On Monday, May 11, 2015 at 5:21:51 AM UTC-4, A Farhat wrote: Hi guys, This