Skip to content

Commit 91aa3ed

Browse files
committed
Release 36.0.0.
1 parent ef55b92 commit 91aa3ed

File tree

1,347 files changed

+5263
-304725
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,347 files changed

+5263
-304725
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
### 36.0.0
2+
3+
##### AdWords
4+
5+
* Removed support and examples for v201710. See deprecation
6+
schedule at: https://developers.google.com/adwords/api/docs/sunset-dates
7+
8+
##### DFP
9+
10+
* Added `ServiceFactory` classes for v201708, v201711, v201802 and v201805.
11+
* Updated examples to use the new `ServiceFactory` classes.
12+
113
### 35.2.0
214

315
##### AdWords

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,11 @@ this library (e.g., submitting pull requests) or wish to try our examples.
9797
1. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
9898
if you haven't set up the credentials yet.
9999
1. 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/v201710/BasicOperations/GetCampaigns.php)
100+
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/GetCampaigns.php)
101101
by executing the following command:
102102
103103
```
104-
$ php examples/AdWords/v201710/BasicOperations/GetCampaigns.php
104+
$ php examples/AdWords/v201806/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
122122
1. Follow [Setting up your OAuth2 credentials](#setting-up-your-oauth2-credentials)
123123
if you haven't set up the credentials yet.
124124
1. You can now run any examples you want. Try
125-
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201710/BasicOperations/GetCampaigns.php)
125+
[GetCampaigns.php](https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201806/BasicOperations/GetCampaigns.php)
126126
by executing the following command:
127127
128128
```
129-
$ php examples/AdWords/v201710/BasicOperations/GetCampaigns.php
129+
$ php examples/AdWords/v201806/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
```
347347
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL:
348348
Couldn't load from
349-
'https://adwords.google.com/api/adwords/cm/v201710/CampaignService?wsdl' :
349+
'https://adwords.google.com/api/adwords/cm/v201806/CampaignService?wsdl' :
350350
failed to load external entity
351-
"https://adwords.google.com/api/adwords/cm/v201710/CampaignService?wsdl
351+
"https://adwords.google.com/api/adwords/cm/v201806/CampaignService?wsdl
352352
```
353353

354354
To remedy, see [Steps for troubleshooting CA file issues](https://github.com/googleads/googleads-php-lib/wiki/Steps-for-troubleshooting-CA-file-issues).

examples/AdWords/v201710/AccountManagement/AcceptServiceLink.php

Lines changed: 0 additions & 91 deletions
This file was deleted.

examples/AdWords/v201710/AccountManagement/CreateAccount.php

Lines changed: 0 additions & 82 deletions
This file was deleted.

examples/AdWords/v201710/AccountManagement/GetAccountChanges.php

Lines changed: 0 additions & 165 deletions
This file was deleted.

0 commit comments

Comments
 (0)