@@ -97,11 +97,11 @@ this library (e.g., submitting pull requests) or wish to try our examples.
97971. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
9898 if you haven't set up the credentials yet.
99991. You can now use the library and run any examples you want. Try
100- [GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806 /BasicOperations/GetCampaigns.php)
100+ [GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809 /BasicOperations/GetCampaigns.php)
101101 by executing the following command:
102102
103103 ```
104- $ php examples/AdWords/v201806 /BasicOperations/GetCampaigns.php
104+ $ php examples/AdWords/v201809 /BasicOperations/GetCampaigns.php
105105 ```
106106
107107### Downloading a compressed tarball
@@ -122,11 +122,11 @@ client library. The extracted directory of the tarball will contain only the
1221221. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
123123 if you haven't set up the credentials yet.
1241241. You can now run any examples you want. Try
125- [GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806 /BasicOperations/GetCampaigns.php)
125+ [GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201809 /BasicOperations/GetCampaigns.php)
126126 by executing the following command:
127127
128128 ```
129- $ php examples/AdWords/v201806 /BasicOperations/GetCampaigns.php
129+ $ php examples/AdWords/v201809 /BasicOperations/GetCampaigns.php
130130 ```
131131
132132### Setting up your OAuth2 credentials
@@ -346,9 +346,9 @@ CA file issues can also cause an error like this:
346346```
347347Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
348348Couldn't load from
349- 'https://adwords.google.com/api/adwords/cm/v201806 /CampaignService?wsdl' :
349+ 'https://adwords.google.com/api/adwords/cm/v201809 /CampaignService?wsdl' :
350350failed to load external entity
351- "https://adwords.google.com/api/adwords/cm/v201806 /CampaignService?wsdl
351+ "https://adwords.google.com/api/adwords/cm/v201809 /CampaignService?wsdl
352352```
353353
354354To remedy, see [ Steps for troubleshooting CA file issues] ( https://github.com/googleads/googleads-php-lib/wiki/Steps-for-troubleshooting-CA-file-issues ) .
0 commit comments