Hi, Based on your error message, it looks like you are using an old version of the library, since API v201309 was sunset <https://developers.google.com/adwords/api/docs/sunset-dates> many months ago. Please make sure you are using the latest version from github <https://github.com/googleads/googleads-php-lib>.
Regarding tutorials and examples, we have several resources: - The github README <https://github.com/googleads/googleads-php-lib/blob/master/README.md#getting-started> - Dozens of examples on github <https://github.com/googleads/googleads-php-lib/tree/master/examples/AdWords/v201409> - The Making Your First Request guide <https://developers.google.com/adwords/api/docs/first-request> The information the client provided you should be sufficient, although you will need to set up OAuth credentials. For that and your *auth.ini* issue, please go through the Using OAuth 2.0 wiki <https://github.com/googleads/googleads-php-lib/wiki/Using-OAuth-2.0> and make sure you are populating the *auth.ini* file as specified there. Cheers, Josh, AdWords API Team On Thursday, January 8, 2015 7:39:27 AM UTC-5, Nikola Jordanovski wrote: > > > Hi , so i am trying to use the google adwords API and am having trouble > with it. > 1. I can not find any proper tutorial for usage and examples. > 2. So the client provided me with the company name , developer token , > and clientCustomerId , i think that is not enough for me to use the API is > it? > 3. I entered the info that i have in the auth.ini and i am getting this > message : > > A PHP Error was encountered > > Severity: Warning > > Message: > require_once(C:\wamp\www\source\code\application\third_party\Adwords\src\Google\Api\Ads\AdWords\Lib\..\v201309\CampaignService.php): > > failed to open stream: No such file or directory > > Filename: Lib/AdWordsSoapClientFactory.php > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 http://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/d0a25649-896f-47d0-a73c-0a4fcf767c7e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
