Hi, If I understood the original question correctly, you'd like to use the AdWords API with Delphi. Please let me know if this is not correct. While we don't have pre-made client library for Delphi - the AdWords API adheres to the SOAP standard <https://developers.google.com/adwords/api/docs/guides/soap>. You can, for example, generate your own stubs based on the WSDLs <https://developers.google.com/adwords/api/docs/reference/v201402/CampaignService> and passing in the correct headers to access the AdWords API <https://developers.google.com/adwords/api/docs/guides/soap>.
Thanks, Ray On Tuesday, July 8, 2014 8:14:11 AM UTC-4, Григорий Иванченко wrote: > > Как использовать API Adwords с помощью Делфи? А точнее как создавать > запросы POST или GET без клиентских библиотек? В примерах рассмотрены > только запросы с использованием библиотек. Если есть возможность > использовать эти библиотеки на делфи то подскажите как. Если нет такой > возможности то продемонстрируйте пожалуйста какой нибудь простой пример > POST или GET запроса без использования библиотек. Например как > авторизироваться и узнать остаток баланса > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. For more options, visit https://groups.google.com/d/optout.
