Skip to content

Commit ba662a5

Browse files
fiboknackyThang Duong
authored andcommitted
Release 34.0.0.
1 parent e3aecd7 commit ba662a5

File tree

2,288 files changed

+6009
-588104
lines changed

Some content is hidden

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

2,288 files changed

+6009
-588104
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
### 34.0.0
2+
3+
##### AdWords
4+
5+
* Removed support and examples for v201705 and v201708. See deprecation
6+
schedule at: https://developers.google.com/adwords/api/docs/sunset-dates
7+
* Added `ServiceQueryBuilder` for v201802 to support
8+
building AWQL strings for querying AdWords API services.
9+
* Added `ReportQueryBuilder` for v201802 to support
10+
building AWQL strings for downloading AdWords API reports.
11+
12+
##### DFP
13+
14+
* Added new examples for managing user-team associations:
15+
`CreateUserTeamAssociations`, `UpdateUserTeamAssociations`
16+
and `DeleteUserTeamAssociations`.
17+
118
### 33.1.0
219

320
##### AdWords

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ pattern is similar for DFP.
173173
```php
174174
use Google\AdsApi\AdWords\AdWordsServices;
175175
use Google\AdsApi\AdWords\AdWordsSessionBuilder;
176-
use Google\AdsApi\AdWords\v201705\cm\CampaignService;
177-
use Google\AdsApi\AdWords\v201705\cm\OrderBy;
178-
use Google\AdsApi\AdWords\v201705\cm\Paging;
179-
use Google\AdsApi\AdWords\v201705\cm\Selector;
176+
use Google\AdsApi\AdWords\v201802\cm\CampaignService;
177+
use Google\AdsApi\AdWords\v201802\cm\OrderBy;
178+
use Google\AdsApi\AdWords\v201802\cm\Paging;
179+
use Google\AdsApi\AdWords\v201802\cm\Selector;
180180
use Google\AdsApi\Common\OAuth2TokenBuilder;
181181
182182
$oAuth2Credential = (new OAuth2TokenBuilder())
@@ -297,6 +297,16 @@ $session = (new AdWordsSessionBuilder())
297297
->build();
298298
```
299299

300+
### Utilities
301+
302+
We provide some utilities in this client library for helping you use features
303+
in the AdWords and DFP API more conveniently. Check out the following wikis for
304+
details:
305+
306+
* [BatchJobs for AdWords](//github.com/googleads/googleads-php-lib/wiki/BatchJobs-for-AdWords)
307+
* [ProductPartitions for AdWords](//github.com/googleads/googleads-php-lib/wiki/ProductPartitions-for-AdWords)
308+
* [ReportDownloader Utilities](//github.com/googleads/googleads-php-lib/wiki/ReportDownloader-Utilities)
309+
300310
### Reporting
301311

302312
When downloading reports, you can set additional [stream context

examples/AdWords/v201705/AccountManagement/AcceptServiceLink.php

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

examples/AdWords/v201705/AccountManagement/CreateAccount.php

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

examples/AdWords/v201705/AccountManagement/GetAccountChanges.php

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

0 commit comments

Comments
 (0)