Hi Frank, You can't directly use the code samples in the PHP client library as webpages as these examples are meant to be run via the command line and not as a webpage <https://github.com/googleads/googleads-php-lib#user-content-basic-usage>. However, you may use the same code flow/logic from one of the code samples <https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords> into your app. In addition, here's the API Call Structure guide <https://developers.google.com/adwords/api/docs/guides/call-structure> for reference on building your request.
Whichever platform you are using for building your application, as long as it can communicate via SOAP, then integration with the AdWords API shouldn't be a problem. That said, you may access the different AdWords API services and report types <https://developers.google.com/adwords/api/docs/appendix/reports> the same way as how you typically communicate to any SOAP services. Regards, Ivan AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/97e27e61-ea14-40a2-b2eb-a515161a99f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
