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, 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, yrsubb...@googlemail.com 
>> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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.


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 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, yrsubb...@googlemail.com 
> 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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
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/113e9f65-c72c-4625-a040-8f5355d983a0%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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, 2013 3:26:54 PM UTC+5:30, yrsubb...@googlemail.com 
wrote:

 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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.




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
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups AdWords API Forum group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.