how to call adwords api from HTML5

2013-03-15 Thread yrsubbareddy
Hi Colleagues, Kindly help me on how toi call google adwords api from HTML5. Thanks, SubbaReddy -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~

Re: how to call adwords api from HTML5

2013-03-18 Thread Evgeniy Bogdanov
Hi. HTML5 is just "cover" for data, you can't act as an API agent using it. You can use Adwords Scripts to act Javascript like agent to API or any ofServer-side SDK . Regards, Evgeniy.

Re: how to call adwords api from HTML5

2013-03-19 Thread Anash P. Oommen (AdWords API Team)
Hi SubbaReddy, AdWords API is a SOAP API, which work best in a server-to-server scenario. My recommendation is to setup a REST server that makes AdWords API calls, and then call the REST server from your HTML5 application. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, March 14, 20

Re: how to call adwords api from HTML5

2017-05-18 Thread Subbu Rayal
Hi Anash, Hope your doing good, I am trying to call Google adwords api's to one of my third party tool.can you please suggest me the direct URLs instead of SOAP and XML.. Thanks for advance. Thanks, subramanyam On Tuesday, March 19, 2013 at 1:51:32 PM UTC+5:30, Anash P. Oommen (AdWords API

Re: how to call adwords api from HTML5

2017-05-18 Thread 'Anash P. Oommen (AdWords API Team)' via AdWords API Forum
Hi Subbu, I am not sure I follow. You can find endpoints for individual services at https://developers.google.com/adwords/api/docs/reference/ (lookup the documentation for each service). AdWords API is a SOAP API. SOAP uses XML as the payload format and HTTPS as the transport protocol. So yes,