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, you can make an API call using HTTPs alone, but you sill need to know XML and SOAP protocol to be able to make a successful call. Here's an example <https://github.com/googleads/googleads-dotnet-lib/wiki/NoClientLibrary> for making raw HTTP calls.
Hope this helps? Let me know if you have more questions. Cheers, Anash P. Oommen, AdWords API Advisor. On Thursday, May 18, 2017 at 9:56:07 AM UTC-4, Subbu Rayal wrote: > > 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 Team) wrote: >> >> 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, 2013 3:26:54 PM UTC+5:30, [email protected] >> wrote: >>> >>> Hi Colleagues, >>> >>> Kindly help me on how toi call google adwords api from HTML5. >>> >>> Thanks, >>> SubbaReddy >>> >> -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googleadsdeveloper.blogspot.com/ https://plus.google.com/+GoogleAdsDevelopers/posts =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en --- You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/1fd3dd4b-cc4f-4d4c-ab2a-b44b0a479716%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
